Time Exceeded
/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 'cost_t Dinic()': /in/foo.cc:87:54: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (flow = extendFlow(S, FLOW_INFTY) && cost <= 0) ^
信息
- 递交者
- 类型
- 递交
- 题目
- P2016 新生舞会
- 语言
- C++
- 递交时间
- 2017-11-29 21:43:13
- 评测时间
- 2017-11-29 21:43:13
- 评测机
- 分数
- 50
- 总耗时
- ≥5851ms
- 峰值内存
- ≥888.0 KiB