Accepted

foo.cc: In function 'int main()':
foo.cc:51:17: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   51 |    if((yea1%4==0&&yea1%100!=0||yea1%400==0)&&day1>=30)
      |        ~~~~~~~~~^~~~~~~~~~~~~
foo.cc:57:30: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   57 |    if((yea1%4!=0||yea1%100==0&&yea1%400!=0)&&day1>=29)
      |                   ~~~~~~~~~~~^~~~~~~~~~~~~
foo.cc:90:26: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   90 |   if(day1>=30&&(yea1%4==0&&yea1%100!=0||yea1%400==0))
      |                 ~~~~~~~~~^~~~~~~~~~~~~
foo.cc:97:40: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   97 |    if(day1>=29&&(yea1%4!=0||yea1%100==0&&yea1%400!=0))
      |                             ~~~~~~~~~~~^~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 384.0 KiB
#2 Accepted 4ms 512.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 2ms 432.0 KiB
#5 Accepted 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1112 OO1-6 日期时间类DateTime
语言
C++
递交时间
2022-01-31 20:35:00
评测时间
2022-01-31 20:35:00
评测机
分数
100
总耗时
16ms
峰值内存
512.0 KiB