记录详情

Compile Error

/in/foo.cc: In member function 'int Date::Pass()':
/in/foo.cc:38:32: error: 'YearMonthDay' was not declared in this scope
   38 |                         num += YearMonthDay(year,m1);
      |                                ^~~~~~~~~~~~
/in/foo.cc: In member function 'int Date::Pass(int, int, int)':
/in/foo.cc:45:32: error: 'YearMonthDay' was not declared in this scope
   45 |                         num += YearMonthDay(y,m1);
      |                                ^~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:61:19: error: 'class Date' has no member named 'daysBetween'
   61 |     cout << date1.daysBetween(date2) << endl;
      |                   ^~~~~~~~~~~

信息

递交者
类型
自测
语言
C++
递交时间
2025-03-14 22:54:44
评测时间
2025-03-14 22:54:44
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes