/ new_bzoj /

记录详情

Accepted

/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;
                             ^~~
# 状态 耗时 内存占用
#1 Accepted 3ms 308.0 KiB
#2 Accepted 16ms 704.0 KiB
#3 Accepted 3ms 312.0 KiB
#4 Accepted 2ms 452.0 KiB
#5 Accepted 11ms 700.0 KiB
#6 Accepted 3ms 444.0 KiB
#7 Accepted 10ms 696.0 KiB
#8 Accepted 9ms 704.0 KiB
#9 Accepted 9ms 700.0 KiB
#10 Accepted 9ms 700.0 KiB

信息

递交者
类型
递交
题目
network 网络扩容
语言
C++
递交时间
2017-09-17 09:43:24
评测时间
2017-09-17 09:43:24
评测机
分数
100
总耗时
80ms
峰值内存
704.0 KiB