2013年2月13日
摘要: 本题是静态数组管理系统,用到了静态数组的知识,废话不多说,看程序吧!哈!#include<iostream>#include<stdio.h>#include<string.h>#include<math.h>#include<algorithm>#define N 10using namespace std;struct Room{ int roomgrade;//房间等级 int roomprice;//房间价格 int roomnumber;//房间门号 char name[20];//旅客姓名 int sex;//旅客性别 0 阅读全文
posted @ 2013-02-13 15:31 @ 小浩 阅读(308) 评论(0) 推荐(0)