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