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