I,P=input,print N=int(I())-1 x=y=0 while N>0: if N%2: P("?",x,y) x=int(I()) P("?",y,y) y,N=int(I()),N//2, P("!",x)