Wrong Answer
/in/foo.cc: In function 'long long int dfs(long long int, long long int)': /in/foo.cc:77: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:89:30: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while(tmp=dfs(s,0x7ffffffff)) ^
信息
- 递交者
- 类型
- 自测
- 题目
- 蜥蜴
- 语言
- C++
- 递交时间
- 2020-05-20 20:30:39
- 评测时间
- 2020-05-20 20:30:39
- 评测机
- 分数
- 0
- 总耗时
- 4ms
- 峰值内存
- 8.957 MiB