Accepted
/in/foo.cc: In function 'flow_t extendFlow(int, flow_t)':
/in/foo.cc:75:64: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
if (t = extendFlow(e[i].endVertexId, min(flow, e[i].remain)))
^
/in/foo.cc: In function 'cost_t Dinic()':
/in/foo.cc:88:41: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
while (flow = extendFlow(S, FLOW_INFTY))
^
信息
- 递交者
- 类型
- 自测
- 题目
- P2016 新生舞会
- 语言
- C++
- 递交时间
- 2017-11-29 21:05:32
- 评测时间
- 2017-11-29 21:05:32
- 评测机
- 分数
- 30
- 总耗时
- 14ms
- 峰值内存
- 348.0 KiB