- 19
- 0
- 约7.61千字
- 约 7页
- 2021-08-21 发布于广东
- 举报
#include stdio.h
#include stdlib.h
#include string.h
//房间信息结构体
struct Node
{
int Count; //指示该房间有多少个房客
char nameOne[20]; //房客1 的名字
char nameTwo[20]; //房客2 的名字
int sexOne; //房客1 的性别 - 1 代表女,0 代表没有,1 代表男
int sexTwo;
原创力文档

文档评论(0)