Problem I: 【一维数组】奇数项的和及偶数项的积

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:117 Solved:67

Description

输入n个数,求出奇数项的和及偶数项的积。

Input

输入n个数

Output

求出奇数项的和及偶数项的积。

Sample Input Copy

10
4 6 9 23 45 5 90 123 3 88

Sample Output Copy

151 7468560

HINT

奇数位置的数相加,偶数位置的数相乘