-->
当前位置:首页 > 题库

PROGRAMMING:Output rule graph 1

Luz5年前 (2021-05-10)题库378
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