eolymp
Problems

Number of odd digits

Number of odd digits

Time limit 1 second
Memory limit 128 MiB

One five-digit positive integer n is given. Find the number of odd digits in it.

Input data

Five-digit positive integer n.

Output data

Print the number of odd digits in number n.

Examples

Input example #1
12345
Output example #1
3
Source ABC Programming