PROGRAMMING:Output rule graph 1
Input a positive integer n (n > = 5, and odd), output n × The field of n.
###Input format:
Positive integer n (n > = 5, odd)
###Output format:
Output n × The field character of n
###Input example:
```in
nine
```
###Output example:
The corresponding output is given here. For example:
```out
****
* * *
* * *
* * *
****
* * *
* * *
* * *
****
```
answer:If there is no answer, please comment
###Input format:
Positive integer n (n > = 5, odd)
###Output format:
Output n × The field character of n
###Input example:
```in
nine
```
###Output example:
The corresponding output is given here. For example:
```out
****
* * *
* * *
* * *
****
* * *
* * *
* * *
****
```
answer:If there is no answer, please comment