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