/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void Dijkstra()':
/in/foo.cc:108:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if (vis[u]) continue; vis[u] = true;
   ^~
/in/foo.cc:108:25: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if (vis[u]) continue; vis[u] = true;
                         ^~~
# 状态 耗时 内存占用
#1 Accepted 282ms 86.414 MiB
#2 Accepted 307ms 87.152 MiB
#3 Accepted 238ms 87.191 MiB
#4 Accepted 237ms 87.207 MiB
#5 Accepted 313ms 87.289 MiB
#6 Accepted 513ms 100.523 MiB
#7 Accepted 658ms 100.781 MiB
#8 Accepted 544ms 100.91 MiB
#9 Accepted 561ms 100.789 MiB
#10 Accepted 484ms 101.086 MiB
#11 Accepted 516ms 101.375 MiB
#12 Accepted 492ms 101.621 MiB
#13 Accepted 487ms 102.086 MiB
#14 Accepted 489ms 102.242 MiB
#15 Accepted 573ms 100.227 MiB
#16 Accepted 569ms 100.543 MiB
#17 Accepted 533ms 101.023 MiB
#18 Accepted 542ms 101.16 MiB
#19 Accepted 468ms 101.41 MiB
#20 Accepted 478ms 101.727 MiB

信息

递交者
类型
递交
题目
P2022 天才黑客
语言
C++
递交时间
2019-04-21 19:15:14
评测时间
2019-04-21 19:17:05
评测机
分数
100
总耗时
9296ms
峰值内存
102.242 MiB