Problem2233--字符串---数字字符个数

2233: 字符串---数字字符个数

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 253  Solved: 146
[Status] [Submit] [Creator:]

Description

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

Input

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

Output

数字字符的个数

Sample Input Copy

abc45#

Sample Output Copy

2

Source/Category

 基础C