#856. [基础]数空格

[基础]数空格

No submission language available for this problem.

Background

Special for beginners, ^_^

Description

输入一行字符串,统计空格的个数并输出。

Format

Input

一行一个字符串

Output

一个整数,表示空格的数量

Samples

123 500
1
x     yz
5

Limitation

字符串长度 <= 1000

1s, 1024KiB for each test case.