摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include "string.h" 4 5 #define MAXSIZE 100 //定义顺序表最多存储多少元素 6 //定义一个静态顺序表结构体 7 typedef struct 8 { 9 int s 阅读全文
posted @ 2020-05-16 21:59 季风的杜萨 阅读(188) 评论(0) 推荐(0) 编辑