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

PROGRAMMING:Letter tower

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