Start: Jun, 14, 2019 18:00:00
5
End: Jun, 14, 2019 20:00:00
Time elapsed:
Time remaining:

求奇数和 1009

Time Limit:  1 Sec    Memory Limit:   128 MB
Submission:5     AC:0     Score:1


Description

输入一个正整数 repeat (0<repeat<10),做repeat 次下列运算:
读入一批正整数(以零或负数为结束标志),求其中的奇数和。

Input

见sample...

Output

见sample

Samples

input:
2 1 3 90 7 0 8 7 4 3 70 5 6 101 -1
output:
11 116