99991146 - 字符串中的数字个数

通过次数

117

提交次数

215

Time Limit : 1 秒
Memory Limit : 128 MB

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

Input

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

Output

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

Examples

Input

I am 18 years old this year.

Output

2