#include<iostream> using namespace std; int main(){ int n; cin>>n; for(n=1;n<=n;n=n++){ cout<<n<<endl; } return 0; }