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