#include #include "time5.h" using namespace std; int main() { Time mytime; cout << getSecond(); cout << getMinute(); cout << getHour(); }