#D468. 空心正方形

空心正方形

Description

打印n行的空心正方形。

Input Format

一个整数n(n<10)

Output Format

n行的空心正方形

4
****
*  *
*  *
****

Source

嵌套循环