#C20201. 等腰三角形
等腰三角形
Background背景
请用循环嵌套输出一个等腰三角形。
Input输入
输入一个正整数,表示三角形的行数n。
Output输出
输出一个等腰三角形。
Samples样例
4
*
***
*****
*******
Limitation限制
1s, 1024KiB for each test case.
请用循环嵌套输出一个等腰三角形。
输入一个正整数,表示三角形的行数n。
输出一个等腰三角形。
4
*
***
*****
*******
1s, 1024KiB for each test case.
By signing up a 霖家编程 universal account, you can submit code and join discussions in all online judging services provided by us.