#include<bits/stdc++.h> using namespace std; int main (){ int i,j; cin>>i>>j; for( i=i;i<=j;i++){ cout<<i<<" "; } return 0; }