Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:123:13: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if (flag==j&1) cnt1++; ~~~~^~~ /in/foo.cc:132:13: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if (flag==j&1) cnt2++; ~~~~^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1467 菱形内的计数
- 语言
- C++
- 递交时间
- 2019-07-15 13:23:29
- 评测时间
- 2019-07-15 13:23:29
- 评测机
- 分数
- 0
- 总耗时
- 460ms
- 峰值内存
- 33.262 MiB