#include using namespace std; int main(){ cout << 1 << endl; int r; cin >> r; cout << 1 << endl; cin >> r; cerr << r << endl; cout << 1 << endl; }