Problem G: 统计字符串中数字字符个数

Problem G: 统计字符串中数字字符个数

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 30  Solved: 20
[Submit] [Status] [Web Board] [Creator:]

Description

输入一行字符串(可能包含空格),统计出其中数字字符的个数。

Input

一行字符串,总长度不超过255。

Output

输出字符串中数字字符的个数。

Sample Input Copy

At present, there are more than 20,000 full-time students at ZWU, with a staff of more than 1,000.

Sample Output Copy

9