/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void Spfa()':
/in/foo.cc:51:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if (inq[u]) continue ; inq[u] = true;
   ^~
/in/foo.cc:51:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if (inq[u]) continue ; inq[u] = true;
                          ^~~
# 状态 耗时 内存占用
#1 Accepted 84ms 62.512 MiB
#2 Accepted 71ms 61.523 MiB
#3 Accepted 77ms 62.535 MiB
#4 Accepted 83ms 61.227 MiB
#5 Accepted 75ms 61.418 MiB
#6 Accepted 76ms 61.152 MiB
#7 Accepted 231ms 65.902 MiB
#8 Accepted 2003ms 66.301 MiB
#9 Accepted 1927ms 66.438 MiB
#10 Accepted 1444ms 66.336 MiB

信息

递交者
类型
递交
题目
P2030 逛公园
语言
C++
递交时间
2019-04-21 19:06:55
评测时间
2019-04-21 19:06:55
评测机
分数
100
总耗时
6076ms
峰值内存
66.438 MiB