freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內容

c課程設計酒店客房管理系統(tǒng)-資料下載頁

2024-12-16 13:15本頁面

【導讀】{ "error_code": 17, "error_msg": "Open api daily request limit reached" }

  

【正文】 endl。 cout房間類型 :。 coutRoom[i].Typeendl。 cout房間價格 :。 coutRoom[i].Priceendl。 cout請輸入客戶信息! endl。 cout是否確定要訂房?( Y/N) 。 string p。 cinp。 if(p==Y) { cout客戶身份證號碼 :。 cinRoom[i].ID。 cout客戶姓名: 。 cinRoom[i].name。 cout訂金 :。 cinRoom[i].money。 cout入住天數(shù): 。cinRoom[i].StayTime。cout天 。 coutendl。 cout信息錄入成功 !endl。 } else if(p==N) cout訂房已取消。 。 else cout操作非法! 。 t++。 } else if(Num==Room[i].num amp。amp。 Room[i].StayTime!=0) { cout此房已住 。 t++。} else if(t==0 amp。amp。 i==29) cout查無此房 。 }。 system(pause)。 system(cls)。 }。 void find_HolterRoomByNum(HolterRoom *Room) 28 { int Num。 int t=0。 cout輸入要查找的房間號碼: 。 cinNum。 for(int i=0。i30。i++) { if(Num==Room[i].num amp。amp。 Room[i].StayTime!=0) { cout房間類型 :。 coutRoom[i].Typeendl。 cout房間價格 :。 coutRoom[i].Priceendl。 cout客戶姓名: 。 coutRoom[i].name。coutendl。 cout客戶身份證號碼 :。 coutRoom[i].ID。coutendl。 cout訂金 。 coutRoom[i].money。coutendlendl。 cout此房已住, 。 coutRoom[i].StayTime天后退房! 。 coutendlendlendl。 t++。 } else if(Num==Room[i].num amp。amp。 Room[i].StayTime==0) { cout房間類型 :。 coutRoom[i].Typeendl。 cout房間價格 :。 coutRoom[i].Priceendl。 cout客戶姓名: 。 coutRoom[i].name。coutendl。 cout客戶身份證號碼 :。 coutRoom[i].ID。coutendl。 cout訂金 。 coutRoom[i].money。coutendlendl。 t++。 } else if(t==0 amp。amp。 i==29 amp。amp。 Room[i].Type==null) cout查無此房 endlendl。 29 }。 system(pause)。 system(cls)。 }。 void find_HolterRoomByName(HolterRoom *Room) { int t=0。 string Name。 cout輸入客戶姓名: 。 cinName。 for(int i=0。i30。i++) { if(Name==Room[i].name amp。amp。 Room[i].StayTime!=0) { cout房間類型 :。 coutRoom[i].Typeendl。 cout房間價格 :。 coutRoom[i].Priceendl。 cout客戶姓名: 。 coutRoom[i].name。coutendl。 cout客戶身份證號碼 :。 coutRoom[i].ID。coutendl。 cout訂金 :。 coutRoom[i].money。 coutendlendl。 cout此房已住, 。 coutRoom[i].StayTime天后退房! 。 coutendlendlendl。 t++。 } else if(Name==Room[i].name amp。amp。 Room[i].StayTime==0) { cout房間類型 :。 coutRoom[i].Typeendl。 cout房間價格 :。 coutRoom[i].Priceendl。 cout客戶姓名: 。 coutRoom[i].name。coutendl。 cout客戶身份證號碼 :。 30 coutRoom[i].ID。coutendl。 cout訂金 :。 coutRoom[i].money。coutendlendl。 t++。 } else if(t==0 amp。amp。 i==29) cout查詢不到此客戶。 endlendl。 }。 system(pause)。 system(cls)。 }。 void find_HolterRoomByType(HolterRoom *Room) { int t=0。 string type。 cout輸入房間類型: 。 cintype。 for(int i=0。i30。i++) { if(type==Room[i].Type amp。amp。 Room[i].StayTime!=0) { cout房間類型 :。 coutRoom[i].Typeendl。 cout房間價格 :。 coutRoom[i].Priceendl。 cout客戶姓名: 。 coutRoom[i].name。coutendl。 cout客戶身份證號碼 :。 coutRoom[i].ID。coutendl。 cout訂金 :。 coutRoom[i].money。coutendlendl。 cout此房已住, 。 coutRoom[i].StayTime天后退房! 。 coutendlendlendl。 t++。 } else if(type==Room[i].Type amp。amp。 Room[i].StayTime==0) { cout房間類型 :。 31 coutRoom[i].Typeendl。 cout房間價格 :。 coutRoom[i].Priceendl。 cout客戶姓名: 。 coutRoom[i].name。coutendl。 cout客戶身份證號碼 :。 coutRoom[i].ID。coutendl。 cout訂金 :。 coutRoom[i].money。coutendlendl。 t++。 } else if(t==0 amp。amp。 i==29) cout暫無此類房間。 endlendl。 }。 system(pause)。 system(cls)。 }。 void PrintAll(HolterRoom *Room) { int t=0。 for(int i=0。i30。i++) { if(Room[i].Type!=null) { cout房間類型 :Room[i].Type\t房間號 :Room[i].num\t價格 :Room[i].Priceendl。 cout客戶姓名: Room[i].name\t 客戶身份證號碼: Room[i].ID\t 訂金: Room[i].moneyendl 將于 Room[i].StayTime天后退房。endlendlendl。 t++。 } if(t==0 amp。amp。 i==29) cout暫無任何客房信息 !endlendl。 }。 system(pause)。 32 system(cls)。 }。 void Change_HolterRoom_info(HolterRoom *Ro
點擊復制文檔內容
高考資料相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1