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