记录详情

Compile Error

/in/foo.cc: In member function 'void Date::Diff(int)':
/in/foo.cc:23:52: error: no matching function for call to 'Date::isLeap(int&)'
   23 |                                 months[2]=28+isLeap(year);
      |                                              ~~~~~~^~~~~~
/in/foo.cc:27:13: note: candidate: 'int Date::isLeap()'
   27 |         int isLeap()
      |             ^~~~~~
/in/foo.cc:27:13: note:   candidate expects 0 arguments, 1 provided

信息

递交者
类型
递交
题目
P1003 OO1-3 日期类Date
语言
C++
递交时间
2025-03-17 17:15:12
评测时间
2025-03-17 17:15:12
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes