Accepted
foo.cc: In function 'int main()': foo.cc:31:31: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] 31 | if((i >> stage)&1 == 0) continue; | ~~^~~~ foo.cc:34:35: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] 34 | if((i >> u)&1 == 0) continue; | ~~^~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1456 最小总代价
- 语言
- C++
- 递交时间
- 2022-04-11 17:56:05
- 评测时间
- 2022-04-11 17:56:05
- 评测机
- 分数
- 100
- 总耗时
- 4891ms
- 峰值内存
- 4.5 MiB