3195: 打印星号三角形
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:65
Solved:45
Description
打印星号三角形,见样例。
Input
输入只有一行,包括1个整数N。N代表行数。(1<=N<=20)
Output
输出N行。
Sample Input Copy
5
Sample Output Copy
*
***
*****
*******
*********
HINT
参考程序: