2610: CTK17 数字字符的数量
Memory Limit:256 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
给定一个字符串,输出字符串中数字字符的数量。
Input
输入:一个字符串,其中可能包含空格,长度不超过250。
Output
输出:一个整数,为数字字符的数量。
Sample Input Copy
a1b2c d3
Sample Output Copy
3