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