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

PROGRAMMING:Reverse alphabetic string heboost

Luz5年前 (2021-05-10)题库357
According to the size of input n (1 = < n < = 26), the corresponding inverted string is output.
###Input format:
Input format: 5
###Output format:
a b c d e d c b a
###Input example:
Here is a set of inputs. For example:
```in
five
```
###Output example:
The corresponding output is given here. For example:
```out
a b c d e d c b a
```







answer:If there is no answer, please comment