Accepted
/in/foo.cc: In function 'int DFS(int, int)': /in/foo.cc:63: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:75:29: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while(flow=DFS(s,INF)){ ^
信息
- 递交者
- 类型
- 递交
- 题目
- 黑市商人
- 语言
- C++
- 递交时间
- 2018-12-18 10:39:15
- 评测时间
- 2018-12-18 10:39:31
- 评测机
- 分数
- 100
- 总耗时
- 40ms
- 峰值内存
- 460.0 KiB