/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void go(int, int, int)':
/in/foo.cc:50:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(vis[x]) return; vis[x] = true; bel[x] = id;
     ^~
/in/foo.cc:50:24: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if(vis[x]) return; vis[x] = true; bel[x] = id;
                        ^~~
# 状态 耗时 内存占用
#1 Accepted 8ms 18.375 MiB
#2 Accepted 9ms 20.25 MiB
#3 Accepted 8ms 18.25 MiB
#4 Accepted 11ms 18.461 MiB
#5 Accepted 13ms 20.625 MiB
#6 Accepted 33ms 20.5 MiB
#7 Accepted 62ms 20.875 MiB
#8 Accepted 95ms 25.0 MiB
#9 Wrong Answer 104ms 28.473 MiB
#10 Wrong Answer 132ms 33.488 MiB

信息

递交者
类型
递交
题目
P1954 越狱老虎桥
语言
C++
递交时间
2018-02-25 17:05:44
评测时间
2018-02-25 17:05:44
评测机
分数
80
总耗时
479ms
峰值内存
33.488 MiB