#include using namespace std; typedef long long ll; typedef pair P; #define REP(i,n) for(ll i=0;i> K; cout << 1 << endl; cout.flush(); ll ret; cin >> ret; return 0; }