摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> #define MAX_N 26 #define GETCODE(a) (a - 'a') typedef struct Node { char *flag; struct Node 阅读全文
posted @ 2021-10-23 10:39 代码附体 阅读(126) 评论(0) 推荐(0) 编辑