Wrong Answer

foo.cc: In function 'int isLeapYear(int)':
foo.cc:33:18: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   33 |  return year%4==0&&year%100!=0||year%400==0;
      |         ~~~~~~~~~^~~~~~~~~~~~~
foo.cc: At global scope:
foo.cc:49:4: warning: unnecessary parentheses in declaration of 'passDays' [-Wparentheses]
   49 | int(passDays(int year,int month,int day))
      |    ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer 1d0 < 2020年2月 3ms 384.0 KiB
#2 Wrong Answer 1d0 < 2021年10月 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1075 打印月历
语言
C++
递交时间
2022-07-13 20:06:39
评测时间
2022-07-13 20:06:39
评测机
分数
0
总耗时
6ms
峰值内存
384.0 KiB