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