/ new_bzoj /

记录详情

Wrong Answer

/in/foo.cc: In function 'int dfs(int, int)':
/in/foo.cc:26:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(u==n||!res) return res; int flowout=0,v,f;
  ^~
/in/foo.cc:26:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if(u==n||!res) return res; int flowout=0,v,f;
                             ^~~
/in/foo.cc: In function 'int dinic()':
/in/foo.cc:38:9: warning: 'ans' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return ans;
         ^~~
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 316.0 KiB
#2 Wrong Answer 12ms 708.0 KiB
#3 Wrong Answer 2ms 440.0 KiB
#4 Wrong Answer 2ms 448.0 KiB
#5 Wrong Answer 11ms 700.0 KiB
#6 Wrong Answer 2ms 448.0 KiB
#7 Wrong Answer 18ms 700.0 KiB
#8 Wrong Answer 16ms 700.0 KiB
#9 Wrong Answer 13ms 700.0 KiB
#10 Wrong Answer 14ms 704.0 KiB

信息

递交者
类型
递交
题目
network 网络扩容
语言
C++
递交时间
2017-09-17 09:40:16
评测时间
2017-09-17 09:40:16
评测机
分数
0
总耗时
98ms
峰值内存
708.0 KiB