Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:87:18: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
87 | auto [d,now]=Q.top();
| ^
/in/foo.cc:99:26: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
99 | for(auto [to,len]:G[now])
| ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1002 最短路
- 语言
- C++
- 递交时间
- 2026-05-26 17:25:56
- 评测时间
- 2026-05-26 17:25:56
- 评测机
- 分数
- 100
- 总耗时
- 52374ms
- 峰值内存
- 32.141 MiB