eolymp
Problems

Sum of even digits

Sum of even digits

Time limit 1 second
Memory limit 128 MiB

One long integer is given. Find the sum of its even digits.

Input data

One positive integer n (n10^100).

Output data

Print the sum of even digits in number n.

Examples

Input example #1
2345
Output example #1
6
Input example #2
3458937487534533459
Output example #2
32