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