print("? 0") let b = Int(readLine()!)! print("? 1") let a = Int(readLine()!)!-b print("! \(a) \(b)")