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