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

PROGRAMMING:The sum of even numbers in an array

Luz5年前 (2021-05-10)题库500
Find the sum of even numbers in any 10 integers.
###Input format:
Enter 10 integers separated by spaces on one line.
###Output format:
Output in the order of "s = result" in one line, the result is the integer output as is, without other additional formats.
###Input example:
```in
2 5 4 8 4 1 3 6 1 10
```
###Output example:
```out
s=34
```






answer:If there is no answer, please comment