摘要: #include<bits/stdc++.h> using namespace std; class Time { public: virtual ~Time(); Time(); Time(int h, int m, int s); int getH() const; void setH(int 阅读全文
posted @ 2021-10-20 22:55 丁帅帅dss 阅读(44) 评论(0) 推荐(0)