1120: 金字塔
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:284
Solved:203
Description
输入一个n,输出一个n行的金字塔图形。
Input
输入一个n。
Output
输出一个n行的金字塔图形,图形用字符'*'表示
Sample Input Copy
5
Sample Output Copy
*
***
*****
*******
*********
HINT
5 ≤ n ≤ 100