1. 首页
  2. 编程语言
  3. 其他
  4. 航空客运订票系统数据结构

航空客运订票系统数据结构

上传者: 2019-01-19 21:39:41上传 CPP文件 12.08KB 热度 58次
#include #include #include #include #define OK 1 #define TRUE 1 #define FALSE 0 #define ERROR 0 #define OVERFLOW -2 #define PR printftypedef int status; typedef struct airline { char line_num[8];//航班号
用户评论