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