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

PROGRAMMING:Each digit of reverse order output number

Luz5年前 (2021-05-10)题库410
Input a positive integer from the keyboard and output the digits in reverse order.
For example: input 123, output 321.
###Input format:
Enter a positive integer directly without any additional characters.
###Output format:
Output a result directly without any additional characters.
###Input example:
```in
one hundred and twenty-three
```
###Output example:
```out
three hundred and twenty-one
```






answer:If there is no answer, please comment