1404: 【循环嵌套】图形06

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:228 Solved:0

Description

输入n,输出2n-1行图形

Input

一个整数,n

Output

2n-1行,每行若干个符号

Sample Input Copy

4

Sample Output Copy

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

Source/Category