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