/ new_bzoj /

记录详情

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;
                        ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:103:8: warning: unused variable 'f1' [-Wunused-variable]
   bool f1,f2;
        ^~
/in/foo.cc:103:11: warning: unused variable 'f2' [-Wunused-variable]
   bool f1,f2;
           ^~
# 状态 耗时 内存占用
#1 Accepted 3ms 360.0 KiB
#2 Wrong Answer 30ms 1.52 MiB
#3 Wrong Answer 29ms 1.75 MiB
#4 Wrong Answer 31ms 1.871 MiB
#5 Accepted 3ms 256.0 KiB
#6 Wrong Answer 3ms 384.0 KiB
#7 Wrong Answer 3ms 512.0 KiB
#8 Wrong Answer 9ms 884.0 KiB
#9 Wrong Answer 7ms 856.0 KiB
#10 Wrong Answer 16ms 1.332 MiB

信息

递交者
类型
递交
题目
Mincut 最小割
语言
C++
递交时间
2017-07-12 16:14:06
评测时间
2017-07-12 16:14:06
评测机
分数
20
总耗时
137ms
峰值内存
1.871 MiB