联系我们:18205821666(微信同号)
Problem1120--字符串---统计数字字符个数

1120: 字符串---统计数字字符个数

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 1540  Solved: 1032
[Status] [Submit] [Creator:]

Description

输入一个字符串,统计字符串中数字字符的个数。 

Input

一行字符串(长度不超过100),不包含空格

Output

数字字符的个数

Sample Input Copy

abc45#

Sample Output Copy

2

Source/Category

 基础C