#include<iostream> using namespace std; int main(){ int i,f; cin>>i>>f; for(int a=i;i<=f;i++){ cout<<i<<endl; } return 0; }