PROGRAMMING:Pyramid of hollow letters
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
###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