Accepted
/in/foo.cc: In function 'int DFS(int, int)': /in/foo.cc:65:39: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(a=DFS(i,min(w[x][i],low))){ ^ /in/foo.cc: In function 'void dinic()': /in/foo.cc:77:29: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while(flow=DFS(s,INF)){ ^
信息
- 递交者
- 类型
- 递交
- 题目
- 黑市商人
- 语言
- C++
- 递交时间
- 2018-12-17 23:22:26
- 评测时间
- 2018-12-18 10:28:41
- 评测机
- 分数
- 100
- 总耗时
- 18ms
- 峰值内存
- 456.0 KiB