Accepted
foo.cc: In function 'int main()': foo.cc:24:11: 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:8: 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:5:24: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized] 5 | int n,a[100000],m=0,x,y; | ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- 2 取最大数的博弈游戏
- 语言
- C++
- 递交时间
- 2022-02-09 13:36:43
- 评测时间
- 2022-02-09 13:36:43
- 评测机
- 分数
- 100
- 总耗时
- 86ms
- 峰值内存
- 896.0 KiB