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