输入一段字符串,分别判断小写字母、大写字母、数字、空格和其他字符各有几个 ASCII码中空格的ASCII码为32,A为65,a为97 程序代码 #include<stdio.h> main() { char cc; int a=