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