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

PROGRAMMING:4 digits in reverse order

Luz5年前 (2021-05-10)题库361
Input a 4-bit positive integer and output its reverse order number.
#####Input example:
```in
one thousand and two hundred
```
#####Output example:
```out
0021
```
#####Input example:
```in
one thousand two hundred and thirty-four
```
#####Output example:
```out
four thousand three hundred and twenty-one
```







answer:If there is no answer, please comment