Problem H: 字符串---统计数字字符个数

Problem H: 字符串---统计数字字符个数

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 1661  Solved: 1123
[Status] [Submit] [Creator:]

Description

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

Input

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

Output

数字字符的个数

Sample Input Copy

abc45#

Sample Output Copy

2