某航空公司客机信息管理系统

#include<stdio.h> #include<stdlib.h> #include<string.h> typedef struct _Plane { char no[20];//客机编号 char style[20];//客机型号 char buy_time[20];//购买时间 char use_time[20];//服役时间 char fly[20];//已飞总里程 c
相关文章
相关标签/搜索