Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:31:31: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if((i >> stage)&1 == 0) continue; ~~^~~~ /in/foo.cc:34:35: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if((i >> u)&1 == 0) continue; ~~^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1456 最小总代价
- 语言
- C++
- 递交时间
- 2021-12-16 20:41:31
- 评测时间
- 2021-12-16 20:41:31
- 评测机
- 分数
- 100
- 总耗时
- 3794ms
- 峰值内存
- 4.426 MiB