摘要: 先上代码 #include<stdio.h> #include <string.h> #include<stdlib.h> const int maxn = 100000000; typedef struct NODE{ struct NODE* next; char* str; }Node; No 阅读全文
posted @ 2020-09-25 09:29 园糯 阅读(172) 评论(0) 推荐(0) 编辑