记录详情

Runtime Error

foo.cc: In function ‘void dijkstra(int)’:
foo.cc:38:15: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions]
   38 |     for (auto [v, id, add] : adj[u]){
      |               ^
foo.cc: In function ‘void build()’:
foo.cc:57:15: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions]
   57 |     for (auto [v, id, w] : adj[u]){
      |               ^
foo.cc: In function ‘void tarjan(int, int)’:
foo.cc:72:13: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions]
   72 |   for (auto [v, id, ff] : sp_adj[u]){
      |             ^
# 状态 耗时 内存占用
#1 Runtime Error Segmentation fault 5ms 2.25 MiB
#2 Accepted 4ms 2.332 MiB
#3 Accepted 5ms 2.398 MiB
#4 Wrong Answer On line 1: Read (EOF), expect Yes. 5ms 2.246 MiB
#5 Accepted 57ms 7.594 MiB
#6 Accepted 5ms 2.25 MiB
#7 Accepted 131ms 15.164 MiB
#8 Accepted 142ms 14.586 MiB
#9 Wrong Answer On line 455: Read Yes, expect No. 117ms 15.711 MiB
#10 Wrong Answer On line 13568: Read Yes, expect No. 128ms 16.773 MiB

信息

递交者
类型
递交
题目
学校
题目数据
下载
语言
C++
递交时间
2026-08-21 10:29:48
评测时间
2026-08-25 08:05:42
评测机
分数
60
总耗时
602ms
峰值内存
16.773 MiB