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

PROGRAMMING:Output character diamond

Luz5年前 (2021-05-10)题库434
Input character X by programming, and output character graphics of the following styles composed of character X.
###Input example:
```in
*
```
###Output example:
```out
*
***

**

***
*
```
###Input example:
```in
A
```
###Output example:
```out
A
AAA
AAAAA
AAAAAAA
AAAAA
AAA
A
```







answer:If there is no answer, please comment