记录详情

Wrong Answer

foo.cc: In function ‘void dijkstra(int)’:
foo.cc:36:10: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions]
   36 |     auto [u, id, d] = qe.top();
      |          ^
foo.cc:39:15: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions]
   39 |     for (auto [v, id, add] : adj[u]){
      |               ^
foo.cc: In function ‘void build()’:
foo.cc:58:15: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions]
   58 |     for (auto [v, id, w] : adj[u]){
      |               ^
foo.cc: In function ‘void tarjan(int, int)’:
foo.cc:74:13: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions]
   74 |   for (auto [v, id, ff] : sp_adj[u]){
      |             ^
# 状态 耗时 内存占用
#1 Accepted 4ms 2.25 MiB
#2 Accepted 5ms 2.25 MiB
#3 Accepted 57ms 7.461 MiB
#4 Accepted 72ms 8.934 MiB
#5 Accepted 85ms 10.438 MiB
#6 Accepted 129ms 15.277 MiB
#7 Accepted 126ms 14.516 MiB
#8 Accepted 4ms 2.25 MiB
#9 Wrong Answer On line 455: Read Yes, expect No. 121ms 15.539 MiB
#10 Wrong Answer On line 13568: Read Yes, expect No. 140ms 16.773 MiB

信息

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