Accepted
/in/foo.cc: In function 'void bfs(std::vector<std::vector<int> >&, int, int, int, int)':
/in/foo.cc:16:14: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
16 | auto [x, y] = q.front();
| ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1236 2-7 有几个岛屿
- 语言
- C++
- 递交时间
- 2025-11-30 17:19:51
- 评测时间
- 2025-11-30 17:19:51
- 评测机
- 分数
- 100
- 总耗时
- 10ms
- 峰值内存
- 540.0 KiB