PROGRAMMING:Letter tower
Please write a program to display the letter tower.
####Input format
>Height (positive integer not exceeding 26)
####Output format
>Displays the letter tower of the specified height
####Input sample
```in
five
```
####Output sample
```out
A
ABA
ABCBA
ABCDCBA
ABCDEDCBA
```
answer:If there is no answer, please comment
####Input format
>Height (positive integer not exceeding 26)
####Output format
>Displays the letter tower of the specified height
####Input sample
```in
five
```
####Output sample
```out
A
ABA
ABCBA
ABCDCBA
ABCDEDCBA
```
answer:If there is no answer, please comment