1274: 计算偶数位上的和

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:7 Solved:6

Description

对于输入的一个数字,请计算它的各个位上的数字为偶数的和。例如:1234,结果为6=2+4。

Input

任意数字

Output

各个位上的数字为偶数的和

Sample Input Copy

4321

Sample Output Copy

6