#include using namespace std; typedef long long ll; typedef pair P; #define REP(i,n) for(ll i=0;i> x; cout << "?" << ' ' << -1 << endl; cout.flush(); ll y; cin >> y; cout << "!" << ' ' << (x-y)/2 << ' ' << (x+y)/2 << endl; cout.flush(); return 0; }