Accepted
/in/foo.cc: In function 'flow_t extendFlow(int, flow_t)': /in/foo.cc:74: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 'flow_t Dinic()': /in/foo.cc:87:41: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (flow = extendFlow(S, FLOW_INFTY)) ^
信息
- 递交者
- 类型
- 自测
- 题目
- P2016 新生舞会
- 语言
- C++
- 递交时间
- 2017-11-29 20:33:46
- 评测时间
- 2017-11-29 20:33:46
- 评测机
- 分数
- 10
- 总耗时
- 4ms
- 峰值内存
- 340.0 KiB