摘要: #include <stdio.h>// #include <string.h> #include <assert.h> #include<stdlib.h> #define maxlen 255 typedef struct { char ch[maxlen]; int length; }SStr 阅读全文
posted @ 2023-04-15 22:22 Dog17 阅读(21) 评论(0) 推荐(0)