#include using namespace std; using ll = long long; #define rep(i,m,n) for(int i=m; i> C; cout << 1 << " " << C << endl; return 0; }