Wrong Answer
/in/foo.cc: In function 'int DFS(int, int)': /in/foo.cc:51:54: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (flow = DFS(i, min(low, e[v][i].w - e[v][i].f))){ ^ /in/foo.cc: In function 'int dinic()': /in/foo.cc:64:27: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (flow = DFS(s, INF)){ ^
信息
- 递交者
- 类型
- 递交
- 题目
- 圣诞礼物
- 语言
- C++
- 递交时间
- 2018-12-18 19:40:08
- 评测时间
- 2018-12-18 19:40:08
- 评测机
- 分数
- 0
- 总耗时
- 22ms
- 峰值内存
- 840.0 KiB