Problem C: 字符串中的数字个数

Problem C: 字符串中的数字个数

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

输入一行字符,长度不超过 100,请你统计一下其中的数字字符的个数。

Input

输入一行字符。注意其中可能包含空格。

Output

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

Sample Input Copy

I am 18 years old this year.

Sample Output Copy

2