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