Problem2480--三角形

2480: 三角形

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

对于给定的自然数n(n < 20),在屏幕上输出仅由 “*” 构成的n行的直角三角形。

Input

输入n。

Output

题述三角形。

Sample Input Copy

5

Sample Output Copy

*
**
***
****
*****

Source/Category