#include<bits/stdc++.h> using namespace std; int main() { int i,q; cin>>i>>q; for(i<q;i<=q;i++) { cout<<i<<endl; } return 0; }