#include<iostream> using namespace std; int main(){ int i,j; cin>>i>>j; for(int n=i;i<=j;i++){ cout<<i<<endl; } }