import sys input = sys.stdin.readline print("?",-1000,flush=True) ret=int(input()) ANS=-1000+ret print("!",ANS,flush=True)