def pri(x): print("?", x, flush = True) return int(input()) def ans(a, b): print("!", a, b, flush = True) b = pri(0) t = pri(1) a = t - b ans(a, b)