1998: 打印田字

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

Description

输入边长n,输出星号组成对应的田字。

Input

输入n,n为奇数,且n>=5。

Output

输出要求的图形。

Sample Input Copy

5

Sample Output Copy

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