th = pow(10, 100) v = 1 while v <= th: print('?', v) v <<= 1 print('!', 0)