PROGRAMMING:The product of even numbers in 10 integers
Enter any 10 integers and find the product of even numbers.
###Input format:
Enter 10 integers in a row, and only one space can be used between the data.
###Output format:
Output results directly. There are no additional characters.
###Input example:
```in
3 2 1 6 5 4 8 7 1 3
```
###Output example:
```out
three hundred and eighty-four
```
answer:If there is no answer, please comment
###Input format:
Enter 10 integers in a row, and only one space can be used between the data.
###Output format:
Output results directly. There are no additional characters.
###Input example:
```in
3 2 1 6 5 4 8 7 1 3
```
###Output example:
```out
three hundred and eighty-four
```
answer:If there is no answer, please comment