/ 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 7ms 4.582 MiB
#2 Wrong Answer 46ms 4.625 MiB
#3 Wrong Answer 41ms 5.457 MiB
#4 Wrong Answer 45ms 5.617 MiB
#5 Wrong Answer 39ms 5.723 MiB
#6 Accepted 33ms 5.332 MiB
#7 Wrong Answer 6ms 4.746 MiB
#8 Wrong Answer 4ms 4.625 MiB
#9 Wrong Answer 5ms 4.727 MiB
#10 Wrong Answer 6ms 2.875 MiB
#11 Wrong Answer 31ms 5.25 MiB
#12 Accepted 26ms 5.0 MiB
#13 Wrong Answer 8ms 2.957 MiB
#14 Wrong Answer 35ms 5.484 MiB

信息

递交者
类型
递交
题目
Grass Cownoisseur
语言
C++
递交时间
2017-10-30 10:41:54
评测时间
2017-10-30 10:41:54
评测机
分数
21
总耗时
340ms
峰值内存
5.723 MiB