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