Wrong Answer
/in/foo.cc: In function 'int dfs(int, int)': /in/foo.cc:76:34: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(tmp=dfs(v,min(flow,dis[i]))){ ^ /in/foo.cc: In function 'void dinic()': /in/foo.cc:88:28: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while(tmp=dfs(s,0x7ffffff)) ^
信息
- 递交者
- 类型
- 递交
- 题目
- 蜥蜴
- 语言
- C++
- 递交时间
- 2020-05-20 20:34:54
- 评测时间
- 2020-05-20 20:34:54
- 评测机
- 分数
- 60
- 总耗时
- 46ms
- 峰值内存
- 8.305 MiB