摘要:
注意到累积里程类型用long long; #include <stdio.h> #include <math.h> #include <malloc.h> #include <string.h> #define KeyLength 18 typedef enum {false,true } bool 阅读全文
摘要:
解题思路:采用散列表(链表)存储账号密码的信息 #include <stdio.h> #include <math.h> #include <malloc.h> #include <string.h> typedef enum {false,true } bool; typedef struct L 阅读全文