摘要: #include <bits/stdc++.h> using namespace std; class Clock { public: void settime(int newH=0,int newM=0,int newS=0); void showtime(); private: int hour 阅读全文
posted @ 2023-05-22 16:46 记得关月亮 阅读(8) 评论(0) 推荐(0)