Accepted
foo.cc: In function 'int main()': foo.cc:14:17: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(a>=11&&a-b>=2||b>=11&&b-a>=2) {cout<<a<<':'<<b<<endl;a=0;b=0;} ~~~~~^~~~~~~~ foo.cc:22:17: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(a>=21&&a-b>=2||b>=21&&b-a>=2) {cout<<a<<':'<<b<<endl;a=0;b=0;} ~~~~~^~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1156 乒乓球
- 语言
- C++
- 递交时间
- 2021-02-01 12:11:14
- 评测时间
- 2021-02-01 12:11:14
- 评测机
- 分数
- 100
- 总耗时
- 37ms
- 峰值内存
- 608.0 KiB