print("?",0,flush=True) y=int(input()) print("?",1,flush=True) ret=int(input()) # x+y=ret x=ret-y print("!",x,y,flush=True)