PROGRAMMING:Character conversion
This problem requires the extraction of all numeric characters in a string ('0 '...'9'), which will be converted into an integer output.
###Input format:
Enter a string that gives no more than 80 characters in one line and ends with a carriage return.
###Output format:
Output the converted integer on one line. Ensure that the output does not exceed the long integer range.
###Input example:
```in
free82jeep5
```
###Output example:
```out
eight hundred and twenty-five
```
answer:If there is no answer, please comment
###Input format:
Enter a string that gives no more than 80 characters in one line and ends with a carriage return.
###Output format:
Output the converted integer on one line. Ensure that the output does not exceed the long integer range.
###Input example:
```in
free82jeep5
```
###Output example:
```out
eight hundred and twenty-five
```
answer:If there is no answer, please comment