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

PROGRAMMING:Output alphabet

Luz5年前 (2021-05-10)题库436
####Task description
Program the output part of the alphabet.
######Input format:
Two integers a and B (positive integers greater than 0 and less than 27), separated by spaces.
###Output format:
Output the section from the a letter to the B letter in the alphabet. Please output strictly according to the format of the output sample.
###Input example:
```in
26 1
```
###Output example:
```out
ZzYyXxWwVvUuTtSsRrQqPpOoNnMmLlKkJjIiHhGgFfEeDdCcBbAa
```
###Input example:
```in
5 20
```
###Output example:
```out
EeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTt
```






answer:If there is no answer, please comment