import sys print("? 0") f0 = int(input()) print("? 1") f1 = int(intput()) print("!",end=" ") print(f1-f0,end = " ") print(f0)