/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'bool dfs(int)':
/in/foo.cc:24:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if (vis[v]) continue; vis[v]=1;
         ^~
/in/foo.cc:24:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
         if (vis[v]) continue; vis[v]=1;
                               ^~~
# 状态 耗时 内存占用
#1 Accepted 16ms 2.32 MiB
#2 Accepted 9ms 2.312 MiB
#3 Accepted 9ms 2.301 MiB
#4 Accepted 2ms 2.328 MiB
#5 Wrong Answer 83ms 3.555 MiB
#6 Wrong Answer 11ms 3.062 MiB
#7 Wrong Answer 9ms 2.32 MiB

信息

递交者
类型
递交
题目
P1212 Way Selection
语言
C++
递交时间
2018-11-27 20:55:58
评测时间
2018-11-27 20:55:58
评测机
分数
55
总耗时
141ms
峰值内存
3.555 MiB