#C10903. 输出三角形2
输出三角形2
Description
输入一个整数n,输出对应符合条件的*号组成的三角形
Format
Input
一个整数n.
Output
对应符合条件的*号组成的三角形.
Samples
3
*
***
*****
Limitation
1s, 1024KiB for each test case.
输入一个整数n,输出对应符合条件的*号组成的三角形
一个整数n.
对应符合条件的*号组成的三角形.
3
*
***
*****
1s, 1024KiB for each test case.
By signing up a codestar universal account, you can submit code and join discussions in all online judging services provided by us.