Gửi bài giải
Điểm:
1,00 (OI)
Giới hạn thời gian:
1.0s
Giới hạn bộ nhớ:
256M
Input:
stdin
Output:
stdout
Nguồn bài:
Dạng bài
Ngôn ngữ cho phép
C, C++, Java, Kotlin, Pascal, PyPy, Python, Scratch
Enter a string ~S~ (no more than ~10^5~ characters) from the keyboard that only contains digits from ~0~ to ~9~.
Count how many odd digits are in the string ~S~ and print the result to the screen.
Input
- A string ~S~.
Output
- The result of the problem.
Sample Input
972004
Sample Output
2
Bình luận