10985: 基础图案

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

Description

打印星形图案

Input

一行:整数n (0<n<20)

Output

若干行,成一个菱形的图案

Sample Input Copy

4

Sample Output Copy

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