记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:21:90: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   21 |   if(f.month==1||f.month==3||f.month==5||f.month==7||f.month==8||f.month==10||f.month==12&&f.day>31)
      |                                                                               ~~~~~~~~~~~^~~~~~~~~~
foo.cc:24:54: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   24 |    if(f.month==4||f.month==6||f.month==9||f.month==11&&f.day>30)
      |                                           ~~~~~~~~~~~^~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 6637, expect 6717. 2ms 384.0 KiB
#2 Wrong Answer Read 18189, expect 18415. 5ms 384.0 KiB
#3 Wrong Answer Read 42718, expect 43252. 4ms 384.0 KiB
#4 Wrong Answer Read 78790, expect 79776. 5ms 384.0 KiB
#5 Wrong Answer Read 5051, expect 5114. 2ms 384.0 KiB

信息

递交者
类型
递交
题目
5-6 过去了多少天
比赛
2022暑期青少年社团(入门赛)
语言
C++
递交时间
2022-07-28 21:53:29
评测时间
2022-07-28 21:53:29
评测机
分数
0
总耗时
20ms
峰值内存
384.0 KiB