Problem F: 空心正方形

Problem F: 空心正方形

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

Description

给定一个整数 lns="http://www.w3.org/1998/Math/MathML">n,请打印一个空心的正方形,它的边界由星号 * 构成,内部由空格填充,每条边都恰好有 lns="http://www.w3.org/1998/Math/MathML">n

 个星号。


Input

  • 单个整数:表示 lns="http://www.w3.org/1998/Math/MathML">n



Output

输出一个边界为星号、内部空心的正方形。

Sample Input Copy

5

Sample Output Copy

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