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