from collections import * from functools import * from itertools import * from heapq import * import sys,math input = sys.stdin.readline print('? 100') y = int(input()) print(f'? {99-y}') B = int(input())+1 now = y while now < 100: now += B A = now-100 print('?',A,B)