1361: 索引为偶数的元素和_1
Memory Limit:256 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:76
Solved:47
Description
[md]
在一行输入几个正整数,用这几个正整数建立一个列表,输出列表中索引为偶数的元素之和。
[/md]
Sample Input Copy
2 5 1 4
Sample Output Copy
3