Problem K: 统计字符数组中数字字符的个数
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:9
Solved:7
Description
输入一个字符数组(字符串),统计其中数字字符(0-9)的个数。
Input
长度≤50 的任意可见字符(字母、数字、符号)
Output
数字字符的个数
Sample Input Copy
abc123def
Sample Output Copy
数字字符个数:3