2023.4.23
摘要:
1 #include <iostream> 2 using namespace std; 3 class Clock 4 { 5 public: 6 Clock(int hour = 0,int minute = 0,int second = 0); 7 void showTime()const; 阅读全文
posted @ 2023-04-23 23:27 hhmzd233 阅读(11) 评论(0) 推荐(0) 编辑