Accepted
/in/foo.cc: In function 'int bfs_dist(int, int, int, int, const std::set<std::pair<int, int> >&)':
/in/foo.cc:42:14: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
42 | auto [x, y] = q.front(); q.pop();
| ^
/in/foo.cc: In function 'int solve(State)':
/in/foo.cc:127:14: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
127 | auto [s, step] = Q.front(); Q.pop();
| ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1377 特殊的平原
- 语言
- C++
- 递交时间
- 2026-03-03 09:25:27
- 评测时间
- 2026-03-03 09:25:27
- 评测机
- 分数
- 100
- 总耗时
- 135ms
- 峰值内存
- 1.906 MiB