typedef long long ll; #include using namespace std; int main() { ll a,b; std::cin >> a>>b; ll res = 0; for (int i = 0; i < 32; i++) { if( (a & (1<