摘要: 1 #include<iostream> 2 using namespace std; 3 class Time 4 { 5 private: 6 int hh; 7 int mm; 8 int ss; 9 public: 10 Time() 11 { 12 hh = 0; 13 mm = 0; 1 阅读全文
posted @ 2023-05-07 20:44 新晋软工小白 阅读(37) 评论(0) 推荐(0)