Wrong Answer

/in/foo.cc: In function 'void dijkstra(int, ll*, int)':
/in/foo.cc:16:21: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
   16 |                 auto[d,u]=pq.top();
      |                     ^
/in/foo.cc:19:25: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
   19 |                 for(auto[w,v]:adj[u]) {
      |                         ^
# 状态 耗时 内存占用
#1 Wrong Answer 4ms 2.684 MiB
#2 Accepted 3ms 2.695 MiB

信息

递交者
类型
自测
题目
P3023 猫和老鼠202512GESP8级T1
语言
C++
递交时间
2026-01-11 18:38:22
评测时间
2026-01-11 18:38:22
评测机
分数
10
总耗时
7ms
峰值内存
2.695 MiB