1. 首页
  2. 编程语言
  3. C
  4. 旅客信息管理系统cpp

旅客信息管理系统cpp

上传者: 2019-01-13 08:48:47上传 文件 7KB 热度 18次
#include #include #include using namespace std; //旅客信息的类 struct tourist { char name[20]; char sex[10]; char birthday[20]; char id[15]; char nation[10]; char cometime[15]; int days; char hnumber[10]; char telephone[15]; int num; struct tourist*next
用户评论