#!/bin/python3 from __future__ import print_function import sys print(*range(1, int(input())+1), sep='')