12962: 2000年秋浙江省计算机等级考试二级C 编程题(1)_1
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:2
Solved:0
Description
编制程序,输入n个整数(n从键盘输入,n>0),输出它们的偶数和。
Input
n
n个整数
Output
其中偶数的和
Sample Input Copy
10
1 2 3 4 5 6 7 8 9 10
Sample Output Copy
30