1055: 输出空心正方形

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

Description

输入一个整数n,输出一个由*组成的n行n列的空心正方形

Input

一个整数n

Output

详见样例

Sample Input Copy

5

Sample Output Copy

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