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();
      |              ^
# 状态 耗时 内存占用
#1 Accepted 2ms 476.0 KiB
#2 Accepted 1ms 540.0 KiB
#3 Accepted 2ms 476.0 KiB
#4 Accepted 2ms 436.0 KiB
#5 Accepted 2ms 532.0 KiB

信息

递交者
类型
递交
题目
P1236 2-7 有几个岛屿
语言
C++
递交时间
2025-11-30 17:19:51
评测时间
2025-11-30 17:19:51
评测机
分数
100
总耗时
10ms
峰值内存
540.0 KiB