摘要: #include <stdio.h>#include <stdlib.h>#include <string.h>#define maxsize 100typedef struct { char chr[maxsize]; int len;}sqstring;void get_next(sqstrin 阅读全文
posted @ 2018-06-25 21:28 阿里枫枫 阅读(613) 评论(0) 推荐(0)