1123: 数字图形-2

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

Description

输入一个整数n,输出一个n*n的空心图形

Input

一个整数n。

Output

输出图形。

Sample Input Copy

7

Sample Output Copy

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

HINT

5 ≤ n ≤ 100

Source/Category