Problems
Sum of even digits
Sum of even digits
One long integer is given. Find the sum of its even digits.
Input data
One positive integer n (n ≤ 10^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