摘要: #include <stdio.h> #include <string.h> main() { char zf[100]; int upper=0,lower=0,number=0,other=0,a; gets(zf); for(a=0;a<strlen(zf);a++) { if(zf[a]>= 阅读全文
posted @ 2025-09-02 17:07 myrj 阅读(10) 评论(0) 推荐(0)