#include <iostream> #include <stdio.h> using namespace std; int main() { int n; cin>>n; for(int x=0; x<n; x++) printf("%d\n",x+1); }