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

PROGRAMMING:Function returns the inverse ordinal of an integer

Luz5年前 (2021-05-10)题库430
Write a function to return the inverse ordinal of a formal parameter (a positive integer). The main function is: input an integer n, output the inverse ordinal of n.
###Input example:
```in
twenty-one thousand
```
###Output example:
```out
twelve
```
###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