记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:7:17: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
    7 |         if(month<8&month!=2)
      |            ~~~~~^~
foo.c:10:19: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   10 |         if(month%2!=1&month!=2)
      |            ~~~~~~~^~~
foo.c:15:19: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   15 |         if(month%2!=1&month!=2)
      |            ~~~~~~~^~~
foo.c:19:26: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   19 |          else if(year%100==0&year%400!=0){printf("28");}
      |                  ~~~~~~~~^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 284.0 KiB
#2 Accepted 1ms 284.0 KiB
#3 Accepted 1ms 284.0 KiB
#4 Wrong Answer Read 3031, expect 30. 1ms 284.0 KiB
#5 Accepted 1ms 284.0 KiB

信息

递交者
类型
递交
题目
A1-3 分支结构练习:月份天数
比赛
2023年新生赛(第一场)
语言
C
递交时间
2023-08-15 18:47:49
评测时间
2023-08-15 18:47:49
评测机
分数
80
总耗时
9ms
峰值内存
284.0 KiB