X005


Submit solution

Points: 10
Time limit: 1.0s
Memory limit: 493M

Problem type

Yêu cầu: Cho số nguyên n, hãy viết chương trình đếm số chữ số chẵn trong n.

Dữ liệu: Số nguyên dương n ( n <= 10 ^ 100000 )

Kết quả: In ra kết quả bài toán.

Sample Input

123456

Sample Output

3

Comments

There are no comments at the moment.