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