打印三角形 2
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
试编写能够打印输出如下三角形的程序。
*
**
***
****
*****
输入格式
一个整数 ,表示三角形的行数。
输出格式
如下图的三角形。
5
*
**
***
****
*****
数据范围