输入都没写
char c = "aa d&^dsjf";d = Calstring(c);printf("不是数字和字母的有:%d 个\n",d);
在 main() 函数最后一句加入以下语句:
main()
printf("%d",Calstring(c));