记录详情

Compile Error

foo.cc: In function 'int sumday(int, int, int)':
foo.cc:35:36: error: 'isleapyear' was not declared in this scope; did you mean 'leapyear'?
   35 |                                 if(isleapyear(year1))
      |                                    ^~~~~~~~~~
      |                                    leapyear
foo.cc: In function 'int main()':
foo.cc:60:20: error: 'isleapyear' was not declared in this scope; did you mean 'leapyear'?
   60 |                 if(isleapyear(i))
      |                    ^~~~~~~~~~
      |                    leapyear
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
5-6 过去了多少天
语言
C++
递交时间
2023-12-06 19:24:21
评测时间
2023-12-06 19:24:21
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes