#include using namespace std; using ll = long long; int main(){ ll x, A, B; cin >> A >> B; for (int i=0; i<=30; i++){ x = 1LL<