#include using namespace std; int main() { cout << "? " << -1000 << endl; int d; cin >> d; cout << "! " << -1000 + d << endl; return 0; }