2019年7月15日

摘要: 1、Clock类,运算符 >、运算符 < 、友元函数运算符>、运算符 < 重载 #include<iostream> #include<iomanip> using namespace std; class Clock{ int hour; int minute; int second; publi 阅读全文

posted @ 2019-07-15 17:41 金色的省略号 阅读(111) 评论(0) 推荐(0) 编辑