2023年4月12日
摘要: 钟表类 #include<iostream>using namespace std;class clock{public:clock(int h,int m,int s);clock();void settime(int h,int m,int s);void showtime();private: 阅读全文
posted @ 2023-04-12 20:12 清荣峻茂 阅读(26) 评论(0) 推荐(0)