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