Time limit
1s
Memory limit
128 MB
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.
The first line contains an integer N. (1 ≤ N ≤ 100)
Print the right-aligned stars in order from the first line through the N-th line.