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

PROGRAMMING:Reverse a 3-digit interger

Luz5年前 (2021-05-10)题库547
Input a three-digit integer, reverse its units, tens and hundreds, and output the new number.
### Input:
Input a three-digit integer.
### Output:
Output the new number after reverse.
### Input sample:
```
five hundred and seventy-six
```
### Output sample:
```
six hundred and seventy-five
```






answer:If there is no answer, please comment