Wrong Answer
/in/foo.cc: In function 'bool bfs()': /in/foo.cc:2:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] #define rep(i,a,b) for(int i=(a);i<=(b);i++) ^ /in/foo.cc:29:2: note: in expansion of macro 'rep' rep(i,1,n) dis[i]=-1; dis[S]=0; ^~~ /in/foo.cc:29:24: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' rep(i,1,n) dis[i]=-1; dis[S]=0; ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- Mincut 最小割
- 语言
- C++
- 递交时间
- 2017-07-12 16:09:08
- 评测时间
- 2017-07-12 16:09:08
- 评测机
- 分数
- 20
- 总耗时
- 158ms
- 峰值内存
- 2.738 MiB