lidaye2396

博客园 首页 新随笔 联系 订阅 管理

2020年7月24日 #

摘要: #include <iostream>#include <time.h>using namespace std;class game{public:int h,m,s,sum;void input(){cout<<"请输入游戏时间(时分秒):"<<endl;cin>>h>>m>>s;}void gu 阅读全文
posted @ 2020-07-24 11:55 lidaye2396 阅读(42) 评论(0) 推荐(0) 编辑