#include using namespace std; typedef long long ll; int main(){ ll A, B; cin >> A >> B; ll ans = 1; for(int dgt=0; dgt<32; dgt++){ ll msk = 1LL<