1492: 【入门】空心正方形

Memory Limit:128 MB Time Limit:1.000 S
Creator:
Submit:29 Solved:20

Description

打印n行的空心正方形。

Input

一个整数n(n<10)

Output

n行的空心正方形

Sample Input

4

Sample Output

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