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

PROGRAMMING:The product of even numbers in 10 integers

Luz5年前 (2021-05-10)题库369
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