11582: 打印星形三角

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:5 Solved:0

Description

根据输入的N,输出N行型号图形,如N=5时。

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

Input

正整数N

Output

N行星号图形

Sample Input Copy

5

Sample Output Copy

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