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