//头文件 #include #include #include //函数返回状态代码 #define OK 1 #define ERROR 0 #define TRUE 1 #define FALSE 0 #define INFEASIBLE -1 #define OVERFLOW -2 //运用动态分配的顺序存储结构 #define