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