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