ans=0 x=2**332 while(x): print("?",1,x) s=input() if(s!='<'):ans+=x x//=2 print("!",ans)