Problem1492--【入门】空心正方形

1492: 【入门】空心正方形

Time Limit: 1.000 Sec  Memory Limit: 128 MB
Submit: 12  Solved: 14
[Submit] [Status] [Web Board] [Creator:][下载测试数据]

Description

打印n行的空心正方形。

Input

一个整数n(n<10)

Output

n行的空心正方形

Sample Input

4

Sample Output

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

Source/Category


[Submit] [Status]