原创 類和對象的簡單應用

#define _CRT_SECURE_NO_WARNINGS 1 #include<iostream> using namespace std; class Time { public: int hour; int minute; int