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