/ Vijos /

记录详情

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();
      |              ^
# 状态 耗时 内存占用
#1 Accepted 11ms 892.0 KiB
#2 Accepted 2ms 500.0 KiB
#3 Accepted 10ms 984.0 KiB
#4 Accepted 61ms 1.906 MiB
#5 Accepted 14ms 668.0 KiB
#6 Accepted 6ms 632.0 KiB
#7 Accepted 9ms 756.0 KiB
#8 Accepted 3ms 548.0 KiB
#9 Accepted 3ms 532.0 KiB
#10 Accepted 11ms 636.0 KiB

信息

递交者
类型
递交
题目
P1377 特殊的平原
语言
C++
递交时间
2026-03-03 09:25:27
评测时间
2026-03-03 09:25:27
评测机
分数
100
总耗时
135ms
峰值内存
1.906 MiB