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