Problem1081--空心菱形

1081: 空心菱形

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 238  Solved: 151
[Status] [Submit] [Creator:]

Description

输入一个奇数,输出一个空心菱形!
 

Input

一个奇数

Output

n 行空心菱形

Sample Input Copy

7

Sample Output Copy

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

Source/Category