cho.sh
Notes
Loading...

Right-Aligned Stars

Time limit

1s

Memory limit

128 MB

Problem

Given an integer N, print 1 star on the first line, 2 stars on the second line, and N stars on the N-th line.

Pad each line with leading spaces so the right edge of every row is aligned.

Input

The first line contains an integer N. (1 ≤ N ≤ 100)

Output

Print the right-aligned stars in order from the first line through the N-th line.