1225: 图形的窍门2
Memory Limit:64 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
试编一个程序,输出如图所示的三角形 。n
n *n ***n *****n *******n********* |
Input
无。
Output
如图所示的三角形。
Sample Input Copy
无
Sample Output Copy
*
***
*****
*******
*********