2761: PTK10 统计空格数
Memory Limit:256 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
输入一个字符串,其中可能包含空格。输出字符串中空格的数量。
Input
一个字符串.
Output
一个整数,表示输入的字符串中空格的数量。
Sample Input Copy
I have a dream
Sample Output Copy
3