Time类的*运算符重载函数没加const修饰,声明和定义改为下面形式Time operator *(int n) const;
Time
*
const
Time operator *(int n) const;