#include #include "time5.h" using namespace std; int main() { Time mytime(10,34,22); mytime.printStandard(); }