记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:14:16: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   14 |    if((y11%4==0&&y11%100!=0||y11%400==0)&&d1==30)
      |        ~~~~~~~~^~~~~~~~~~~~
foo.cc:16:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   16 |    else if((y11%4!=0||y11%100==0&&y11%400!=0)&&d1==29)
      |                       ~~~~~~~~~~^~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer User output longer than standard answer. 2ms 384.0 KiB
#2 Wrong Answer User output longer than standard answer. 2ms 384.0 KiB
#3 Wrong Answer User output longer than standard answer. 4ms 384.0 KiB
#4 Wrong Answer User output longer than standard answer. 6ms 384.0 KiB
#5 Wrong Answer User output longer than standard answer. 3ms 384.0 KiB

信息

递交者
类型
递交
题目
15-1 改错题
语言
C++
递交时间
2022-07-09 18:54:19
评测时间
2022-07-09 18:54:19
评测机
分数
0
总耗时
20ms
峰值内存
384.0 KiB