2393: LQ1059 统计数字

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

输入一段英文(包含英文字母和数字),统计出这段字符串共有多少个数字字符。

Input

输入一段英文字符串(字符串长度< 3 * 104)。

Output

输出一个整数表示数字字符的个数。

Sample Input Copy

a1b2c3

Sample Output Copy

3