Home => ProblemSet => 1.7-01:统计数字字符个数
Problem1123--1.7-01:统计数字字符个数

1123: 1.7-01:统计数字字符个数

Time Limit: 1 Sec  Memory Limit: 128 MB  Submit: 10  Solved: 16
[ Submit ] [ Status ] [ Creator: ][ 参考程序 ]

Description

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

Input

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

Output

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

Sample Input Copy

Peking University is set up at 1898.

Sample Output Copy

4

Source/Category