#define _CRT_SECURE_NO_WARNINGS #include<stdio.h> #include<stdio.h> #include<string.h> #include<assert.h> #include<math.h> #include<ctype.h> int judge_whether_the_password_is_legal(const char* p) { assert(p);//断言 int len = s...