数据结构-顺序表 #include #include #define LIST_INIT_SIZE 10#define LISTINCREMENT 100#define TRUE 1#define FALSE 0#define OK 1#define ERROR 0#define INFEASIBLE -1#define OVERFLOW -2typedef int status;typed 写给自己 2023-09-13 186 点赞 2 评论 281 浏览