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