PROGRAMMING:The sum of even numbers in an array
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
###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