摘要: #include<iostream>using namespace std;class Time{ private: int min,hour; public: Time(int a=0,int b=0) { min=b; hour=a; } int hu() { int hu=hour*60+mi 阅读全文
posted @ 2023-04-21 10:58 ruangong 阅读(40) 评论(0) 推荐(0)