#include <bits/stdc++.h> using namespace std; int main() { int b; cin>>b; for(int i=1;i<=b;i++){ cout<<i; } return 0; }