摘要: #include <stdio.h> #include <string.h> //编程:大题是来输入一个6位数的密码,判断它是多少级的密码。 //有大写字母算1级有小写字母算1级有数字算1级。有两个算2级,有三个算3级,不足6位数算非法,有其他字符算非法 main() { char zf[100] 阅读全文
posted @ 2026-03-14 19:58 myrj 阅读(7) 评论(0) 推荐(0)