/ new_bzoj /

记录详情

Accepted

/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 2ms 256.0 KiB
#2 Accepted 26ms 1.535 MiB
#3 Accepted 29ms 1.695 MiB
#4 Accepted 26ms 1.797 MiB
#5 Accepted 3ms 324.0 KiB
#6 Accepted 4ms 472.0 KiB
#7 Accepted 3ms 484.0 KiB
#8 Accepted 13ms 740.0 KiB
#9 Accepted 6ms 896.0 KiB
#10 Accepted 15ms 1.344 MiB

信息

递交者
类型
递交
题目
Mincut 最小割
语言
C++
递交时间
2017-07-12 16:15:49
评测时间
2017-07-12 16:15:49
评测机
分数
100
总耗时
131ms
峰值内存
1.797 MiB