摘要: #include <iostream> using namespace std; #define MAXLEN 255 typedef struct { char ch[MAXLEN+1]; int length; }SString; //next void get_next(SString T,i 阅读全文
posted @ 2021-10-07 23:33 Lindseyyip 阅读(29) 评论(0) 推荐(0) 编辑