Task Description
給予多個正整數,請計算有幾個正整數為奇。
Input Format
輸入多個正整數,0則為結束。
Output Format
輸出總共有幾個整數為奇。
Sample Input
1234 2
13
12
0
Sample Output
1 1
Task Description
給予多個正整數,請計算有幾個正整數為奇。
Input Format
輸入多個正整數,0則為結束。
Output Format
輸出總共有幾個整數為奇。
Sample Input
1234 2
13
12
0
Sample Output
1 1