/ new_bzoj /

记录详情

Wrong Answer

/in/foo.cc: In function 'void dfs1(int)':
/in/foo.cc:43:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(dis1[x]) return; dis1[x]=w[x]; ina[x]=true;
  ^~
/in/foo.cc:43:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if(dis1[x]) return; dis1[x]=w[x]; ina[x]=true;
                      ^~~~
/in/foo.cc: In function 'void dfs2(int)':
/in/foo.cc:48:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(vis[x]) return; vis[x]=true;
  ^~
/in/foo.cc:48:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if(vis[x]) return; vis[x]=true;
                     ^~~
# 状态 耗时 内存占用
#1 Accepted 3ms 4.688 MiB
#2 Wrong Answer 22ms 6.082 MiB
#3 Wrong Answer 25ms 5.816 MiB
#4 Wrong Answer 22ms 5.82 MiB
#5 Wrong Answer 20ms 5.695 MiB
#6 Wrong Answer 18ms 5.945 MiB
#7 Wrong Answer 2ms 4.809 MiB
#8 Wrong Answer 3ms 4.578 MiB
#9 Wrong Answer 2ms 4.688 MiB
#10 Wrong Answer 3ms 4.82 MiB
#11 Wrong Answer 18ms 4.574 MiB
#12 Wrong Answer 12ms 5.324 MiB
#13 Wrong Answer 4ms 4.938 MiB
#14 Wrong Answer 18ms 5.953 MiB

信息

递交者
类型
递交
题目
Grass Cownoisseur
语言
C++
递交时间
2017-10-30 10:59:29
评测时间
2017-10-30 10:59:29
评测机
分数
7
总耗时
178ms
峰值内存
6.082 MiB