#include using namespace std; using ll = long long; int main() { int L,R; cin >> L >> R; cout << 1 << endl; }