Problem1129--统计数字字符个数

1129: 统计数字字符个数

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

Description

输入一行字符,统计出其中数字字符的个数。

Input

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

Output

输出为1行,输出字符串里面数字字符的个数。

Sample Input Copy

Peking University is set up at 1898.

Sample Output Copy

4

Source/Category