print("? 0",flush=True) b=int(input()) print("? 1",flush=True) a1=int(input()) print("? 2",flush=True) a2=int(input()) print(f"! {a2-a1} {b}")