Time limit
1s
Memory limit
128 MB
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.
The first line contains an integer N.
Print the required number of stars on each line from the first line through the N-th line.