-13. Print a Repeated Pattern

I'm a slow walker, but I never walk backwards.

題目來源:judgegirl from ntu prof. pangfeng Liu

Task Description

Write a program to read a positive integer , then go through phases. During the -th phase, the program will print an integer sequence from 1 to .

Input Format

There is one line in the input. The first line has the integer .

Output Format

There is one line in the output according to the description.

Sample Input

5

Sample Output

112123123412345

Submit

Login

Testdata Set

Download Testdata