Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:42:18: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (borw == 0 && a[p - 2] != 'B' || borw == 1 && a[p + 2] != 'W' || a[p - 1] == 'B' && a[p + 1] == 'W') { ~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /in/foo.cc:42:88: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (borw == 0 && a[p - 2] != 'B' || borw == 1 && a[p + 2] != 'W' || a[p - 1] == 'B' && a[p + 1] == 'W') { ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1649 笨笨的棋盘游戏
- 语言
- C++
- 递交时间
- 2015-08-16 21:26:24
- 评测时间
- 2019-08-13 12:29:17
- 评测机
- 分数
- 100
- 总耗时
- 125ms
- 峰值内存
- 572.0 KiB