Problem3342--绘制矩形

3342: 绘制矩形

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

Description

输入 8

* * * * * * * *
 *                 *
  *                 *
   * * * * * * * *
输入 7

7
* * * * * * *
 *               *
  * * * * * * *

Input

一个整数

Output

输出图形

Sample Input Copy

10

Sample Output Copy

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

Source/Category