/ Vijos /

记录详情

Runtime Error

/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 15ms 2.312 MiB
#2 Accepted 9ms 2.305 MiB
#3 Accepted 9ms 2.328 MiB
#4 Accepted 2ms 2.309 MiB
#5 Wrong Answer 82ms 2.309 MiB
#6 Runtime Error 33ms 16.82 MiB
#7 Accepted 8ms 2.309 MiB

信息

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