2134: 输出等腰三角形
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Normal Judger
Creator:
Submit:81
Solved:35
Description
输入一个整数n(n<100),
输出一个n行的等腰三角形。
Input
一个整数n
Output
输出一个n行的等腰三角形
Sample Input Copy
3
Sample Output Copy
*
***
*****