摘要: 1 #include <stdio.h> 2 #include <getch.h> 3 4 //密码最大长度 5 #define LEN_MAX 12 6 7 //密码最小长度 8 #define LEN_MIN 6 9 10 //密码字符范围 11 #define Scope_of_passwor 阅读全文
posted @ 2020-08-25 20:27 竹kj 阅读(427) 评论(0) 推荐(0) 编辑