摘要: 1 火车卖票问题 #include<iostream> #include<string> #include<fstream> #include <ctime> using namespace std; struct ticket { string tNo; bool status;//0售出 1空闲 阅读全文
posted @ 2021-12-26 22:28 Fork多梦 阅读(38) 评论(0) 推荐(0)