摘要: /*-------------------------- hotel.c -- 酒店管理函数 --------------------------*/ #include #include "hotel.h" int menu(void) { int code, status; printf("\n%s%s\n", STARS, STARS); printf... 阅读全文
posted @ 2018-05-28 10:07 web1013 阅读(205) 评论(0) 推荐(0)