12915 - Number Pyramid   

Description

Write a program that asks the user to input a positive number n. The program should output a pyramid number.

Input

N, such that N belongs to set of positive integers.

For example:

5

Output

1
22
333
4444
55555

Sample Input  Download

Sample Output  Download

Tags




Discuss