1101: 二级C++ 输出它们的偶数和
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:42
Solved:31
Description
编制程序,输入n个整数(n从键盘输入,n>0),输出它们的偶数和。
Input
n
n个整数
n个整数
Output
其中偶数的和
Sample Input Copy
10
1 2 3 4 5 6 7 8 9 10
Sample Output Copy
30