摘要: 运算符重载 #include<iostream>using namespace std; class Time{public: Time(){} Time(int h,int m) { hour=h; minute=m; } friend Time operator - (Time &a,Time 阅读全文
posted @ 2023-05-26 19:55 涨涨涨张 阅读(4) 评论(0) 推荐(0) 编辑