悦耳飞机

文章
5
资源
0
加入时间
3年0月21天

数据结构-顺序表

#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