摘要: 1 #include 2 using namespace std; 3 4 class Time 5 { 6 private: 7 int hour; 8 int minute; 9 int second;10 public:11 //Time() //无参够创... 阅读全文
posted @ 2014-12-10 15:29 Mr.Ethan 阅读(168) 评论(0) 推荐(0) 编辑