Compile Error
foo.cc:41:5: error: no declaration matches 'int Date::operator-(const Date&)' 41 | int Date::operator -(const Date &date2) | ^~~~ foo.cc:11:8: note: candidate is: 'int& Date::operator-(const Date&)' 11 | int& operator -(const Date&); | ^~~~~~~~ foo.cc:4:7: note: 'class Date' defined here 4 | class Date | ^~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1004 OO1-4 日期类Date
- 语言
- C++
- 递交时间
- 2022-07-28 09:17:33
- 评测时间
- 2022-07-28 09:17:33
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes