Time Exceeded
/in/foo.cc: In function 'int main()':
/in/foo.cc:34:14: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
34 | auto [x, y, d] = pq.top();
| ^
/in/foo.cc:73:14: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
73 | auto [x, y] = q.front();
| ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1222 6 营救公主
- 语言
- C++
- 递交时间
- 2025-11-15 16:58:23
- 评测时间
- 2025-11-15 16:58:23
- 评测机
- 分数
- 50
- 总耗时
- ≥1009ms
- 峰值内存
- ≥532.0 KiB