n=int(input()) if n==1: print("!",1,1) exit() for i in range(1): print("?",1,1)