摘要: 源程序: #include <stdio.h>int main(){ int upper=0,lower=0,digit=0,space=0,other=0,i=0; char *p,s[80]; printf("请输入一串字符,包括大写字母、小写字母、数字、空格和其他字符,不超过80个:\n"); 阅读全文
posted @ 2022-03-28 17:33 bobo哥 阅读(1979) 评论(0) 推荐(0)