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

PROGRAMMING:Identify integers

Luz5年前 (2021-05-10)题库467
Enter a string of characters from the keyboard (until the character.. ') to indicate a non negative integer. Other characters are mixed between the numbers. Please output the integer correctly. If the number is not included, output 0.
###Input example:
```in
abc12d3e4x.
```
###Output example:
```out
one thousand two hundred and thirty-four
```







answer:If there is no answer, please comment