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