C版大大数据结构航空订票系统源代码.pdf
实用标准文案 #ifndef _FLIGHT_H_ #define _FLIGHT_H_ #include using namespace std; struct node { int id; char start[20]; char over[20]; float s_time; float o_time; int price; float sale; int ticket;
下载地址
用户评论