Problem1384--C++二级辅导-打印图形

1384: C++二级辅导-打印图形

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description



打印出以下图形。


Sample Input Copy

4

Sample Output Copy

   *
  ***
 *****
*******

Source/Category