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