Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:33:14: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
   33 |         auto [d, u] = pq.top();
      |              ^
/in/foo.cc:40:19: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
   40 |         for (auto [v, w] : graph[u]) {
      |                   ^
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 472.0 KiB
#2 Wrong Answer 3ms 528.0 KiB
#3 Accepted 4ms 648.0 KiB
#4 Accepted 5ms 796.0 KiB
#5 Accepted 8ms 880.0 KiB

信息

递交者
类型
递交
题目
P1221 5 城市中的最短路径
语言
C++
递交时间
2025-11-15 16:57:19
评测时间
2025-11-15 16:57:19
评测机
分数
60
总耗时
24ms
峰值内存
880.0 KiB