print('? 0') b=int(input()) print('? 1') ab=int(input()) a=ab-b if a>=0: a+=0.5 else: a-=0.5 if b>=0: b+=0.5 else: b-=0.5 print('!',a,b)