记录详情

Accepted

/in/foo.cc: In function 'void Dijkstra(int, LL*)':
/in/foo.cc:49:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if (vis[k.sc]) continue; vis[k.sc] = 1;
   ^~
/in/foo.cc:49:28: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if (vis[k.sc]) continue; vis[k.sc] = 1;
                            ^~~
/in/foo.cc:50:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = 0; i < v[k.sc].size(); i++)
                   ~~^~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 8ms 6.5 MiB
#2 Accepted 8ms 6.328 MiB
#3 Accepted 6ms 7.727 MiB
#4 Accepted 6ms 7.336 MiB
#5 Accepted 4ms 6.484 MiB
#6 Accepted 9ms 7.848 MiB
#7 Accepted 6ms 7.5 MiB
#8 Accepted 9ms 7.23 MiB
#9 Accepted 19ms 7.75 MiB
#10 Accepted 26ms 9.625 MiB
#11 Accepted 129ms 16.566 MiB
#12 Accepted 273ms 23.352 MiB
#13 Accepted 306ms 23.621 MiB
#14 Accepted 522ms 33.781 MiB
#15 Accepted 560ms 32.785 MiB
#16 Accepted 162ms 16.828 MiB
#17 Accepted 280ms 21.785 MiB
#18 Accepted 220ms 21.82 MiB
#19 Accepted 399ms 28.496 MiB
#20 Accepted 378ms 24.98 MiB

信息

递交者
类型
递交
题目
2、物语
题目数据
下载
语言
C++
递交时间
2018-10-04 23:25:22
评测时间
2018-10-04 23:25:22
评测机
分数
100
总耗时
3341ms
峰值内存
33.781 MiB