摘要:
Description Write a function template largest_element() that returns the largest value in an array. The array may contain elements of any one data typ 阅读全文
摘要:
来源:http://acm.ujn.edu.cn Description 定义24小时制时间类time24,数据成员包含:hours,minutes,seconds,成员函数包括: (1) 构造函数time24(int h, int m, int s),可以设定默认的形参值为0:0:0 (2) 赋值 阅读全文