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

PROGRAMMING:Pyramid of hollow letters

Luz5年前 (2021-05-10)题库469
Input a capital letter and output a hollow letter pyramid.
###Input format:
A capital letter.
###Output format:
A hollow pyramid of capital letters, in which the "a" of the first layer is in the 40th column of the first row, and the column counts from 1.
###Input example:
```in
E
```
###Output example:
```out
A
B B
C C
D D
EEEEEEEEE
```







answer:If there is no answer, please comment