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