摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include<stdbool.h> 4 /*此处是顺序线性表数据结构定义*/ 5 typedef int DataType; 6 struct seqList 7 {//有3个数据成员 8 int MAXN 阅读全文
posted @ 2020-12-23 21:19 ggexs 阅读(608) 评论(0) 推荐(0)