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

PROGRAMMING:5-5 output an integer in reverse order

Luz5年前 (2021-05-10)题库438
5-5 input a positive integer and output the number in reverse order. For example, input 2019 and output 9102.
###Input format:
For example, enter an integer.
###Output format:
Output this integer in reverse order.
###Input example:
Here is a set of inputs. For example:
```in
two thousand and nineteen
```
###Output example:
The corresponding output is given here. For example:
```out
nine thousand one hundred and two
```







answer:If there is no answer, please comment