#include<bits/stdc++.h> using namespace std; int a,b; int main(){ cin>>a>>b; int c=a&b; cout<<c; return 0; }
Using your lizikid universal account