Problem A: 字符串(不含空格)中数字字符个数

Problem A: 字符串(不含空格)中数字字符个数

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 0  Solved: 0
[Submit] [Status] [Web Board] [Creator:]

Description

输入一个字符串(仅有字母和数字构成),统计出其中数字字符的个数。

Input

输入一个字符串(仅有字母和数字构成),长度不超过30。

Output

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

Sample Input Copy

A1B2C3

Sample Output Copy

3