Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:38:22: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
38 | auto [d, u]=q.top(); q.pop();
| ^
/in/foo.cc:40:26: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
40 | for(auto [v, w]:g[u]){
| ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1003 白鹰
- 语言
- C++
- 递交时间
- 2026-05-16 14:48:40
- 评测时间
- 2026-05-16 14:51:11
- 评测机
- 分数
- 100
- 总耗时
- 2917ms
- 峰值内存
- 46.336 MiB