cho.sh
Notes
Loading...

Print Stars - 3

Time limit

1s

Memory limit

128 MB

Problem

Given an integer N, print N stars on the first line. On each following line, print one fewer star, so the N-th line contains one star.

Input

The first line contains an integer N.

  • 1 ≤ N ≤ 100

Output

Print the required number of stars on each line from the first line through the N-th line.