Problem2630--自定义函数---统计数字字符个数

2630: 自定义函数---统计数字字符个数

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 351  Solved: 203
[Status] [Submit] [Creator:]

Description

输入一个字符串,统计字符串中数字字符的个数。 
请使用函数f()完成

Input

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

Output

数字字符的个数

Sample Input Copy

abc45#

Sample Output Copy

2

Source/Category

 基础C