记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:24:18: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   24 |         if(x%2==0&&y%2!=0||x%2!=0&&y%2==0)cout<<"Lost";
      |            ~~~~~~^~~~~~~~
foo.cc:24:15: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
   24 |         if(x%2==0&&y%2!=0||x%2!=0&&y%2==0)cout<<"Lost";
      |            ~~~^~~
foo.cc:24:23: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
   24 |         if(x%2==0&&y%2!=0||x%2!=0&&y%2==0)cout<<"Lost";
      |                    ~~~^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 256.0 KiB
#2 Accepted 1ms 256.0 KiB
#3 Accepted 3ms 256.0 KiB
#4 Accepted 3ms 256.0 KiB
#5 Accepted 3ms 256.0 KiB
#6 Accepted 4ms 384.0 KiB
#7 Accepted 7ms 384.0 KiB
#8 Accepted 8ms 384.0 KiB
#9 Accepted 20ms 512.0 KiB
#10 Accepted 29ms 632.0 KiB

信息

递交者
类型
递交
题目
2 取最大数的博弈游戏
比赛
2022暑期青少年社团(告别赛)
语言
C++
递交时间
2022-08-21 20:25:27
评测时间
2022-08-21 20:25:27
评测机
分数
100
总耗时
85ms
峰值内存
632.0 KiB