摘要: 先来段代码: 1 #include 2 using namespace std; 3 4 class Clock{ 5 private: 6 int H,M,S; 7 public: 8 Clock(int h=0,int m=0,int s=0){ 9 H=h,... 阅读全文
posted @ 2015-09-03 18:50 jiu~ 阅读(392) 评论(0) 推荐(0) 编辑