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
Given a string ~S~ with ~n~ characters (~n \leq 10^5~), count the number of whitespace characters in the string.
Input
- A single line containing the string ~S~.
Output
- Print the number of whitespace characters in ~S~
Sample Input
hello everyone !
Sample Output
3
Bình luận