PROGRAMMING:Identify integers
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
###Input example:
```in
abc12d3e4x.
```
###Output example:
```out
one thousand two hundred and thirty-four
```
answer:If there is no answer, please comment