1467: 【入门】空心正方形

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

Description

打印n行的空心正方形。

Input

一个整数n(n<10)

Output

n行的空心正方形

Sample Input Copy

4

Sample Output Copy

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