看图片里使用了settime方法,但类定义里只声明了settime方法,却没有实现部分
把实现部分加进去:
void Clock::settime(int xh=0,int yh=0,int zh=0){ x=xh; y=yh; z=zh; }