5656: 偶数的个数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:23 Solved:63

Description

输入三个数,统计其中偶数的个数

Input

一行三个整数

Output

一行,一个整数,表示偶数的个数

Sample Input Copy

1 3 5

Sample Output Copy

0

Source/Category