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