#include<bits/stdc++.h> using namespace std; int main(){ int command=0,feedback; ++command; cout << command << endl; cin >> feedback; }