#int(input()) #map(int, input().split()) #list(map(int, input().split())) x = 0 y = 0 z = 0 def ques(x, y, z): print(f"? {x} {y} {z}") return int(input()) min1 = -150 max1 = 150 while max1 - min1 >= 3: h1 = min1 + (max1 - min1) // 3 h2 = max1 - (max1 - min1) // 3 d1 = ques(h1, y, z) d2 = ques(h2, y, z) if d1 <= d2: max1 = d2 else: min1 = d1 ansx = 0 dx = 1 << 32 for i in range(min1, max1+1): d = ques(i, y, z) if d < dx: dx = d ansx = 1 x = ansx min1 = -150 max1 = 150 while max1 - min1 >= 3: h1 = min1 + (max1 - min1) // 3 h2 = max1 - (max1 - min1) // 3 d1 = ques(x, h1, z) d2 = ques(x, h2, z) if d1 <= d2: max1 = d2 else: min1 = d1 ansx = 0 dx = 1 << 32 for i in range(min1, max1+1): d = ques(x, i, z) if d < dx: dx = d ansx = 1 y = ansx min1 = -150 max1 = 150 while max1 - min1 >= 3: h1 = min1 + (max1 - min1) // 3 h2 = max1 - (max1 - min1) // 3 d1 = ques(x, y, h1) d2 = ques(x, y, h2) if d1 <= d2: max1 = d2 else: min1 = d1 ansx = 0 dx = 1 << 32 for i in range(min1, max1+1): d = ques(x, y, i) if d < dx: dx = d ansx = 1 z = ansx print(f"! {x} {y} {z}")