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