3109: 统计数字
Memory Limit:256 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:2
Solved:2
Description
给定一个字符串,统计字符串中数字字符的个数。
Input
输入一个长度小于300的字符串
Output
输出一个整数,表示字符串中数字字符的个数
Sample Input Copy
a2b3
Sample Output Copy
2