Accepted

/in/foo.cc: In function 'int bfs(int, int)':
/in/foo.cc:58:14: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
   58 |         auto [current_state, steps] = q.front();
      |              ^
# 状态 耗时 内存占用
#1 Accepted 2ms 480.0 KiB
#2 Accepted 1ms 468.0 KiB
#3 Accepted 2ms 476.0 KiB
#4 Accepted 3ms 772.0 KiB
#5 Accepted 8ms 1.137 MiB
#6 Accepted 4ms 852.0 KiB
#7 Accepted 9ms 1.129 MiB
#8 Accepted 9ms 1.117 MiB
#9 Accepted 9ms 1.121 MiB
#10 Accepted 8ms 1.105 MiB

信息

递交者
类型
递交
题目
P1180 CoVH之再破难关
语言
C++
递交时间
2025-11-22 15:51:43
评测时间
2025-11-22 15:51:43
评测机
分数
100
总耗时
59ms
峰值内存
1.137 MiB