记录详情

Accepted

foo.cc: In function 'int bfs(int, int, int)':
foo.cc:17:22: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17'
   17 |                 auto [x,y,step] = Q.front();
      |                      ^
foo.cc: In function 'int main()':
foo.cc:56:13: warning: unused variable 'p' [-Wunused-variable]
   56 |         int p = (rec1 < rec2 ? 1 : 2), res = 0;
      |             ^
foo.cc: In function 'int bfs(int, int, int)':
foo.cc:31:1: warning: control reaches end of non-void function [-Wreturn-type]
   31 | }
      | ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 5ms 412.0 KiB
#2 Accepted 7ms 412.0 KiB
#3 Accepted 5ms 412.0 KiB
#4 Accepted 6ms 412.0 KiB
#5 Accepted 4ms 412.0 KiB
#6 Accepted 6ms 412.0 KiB
#7 Accepted 5ms 412.0 KiB
#8 Accepted 6ms 412.0 KiB
#9 Accepted 6ms 412.0 KiB
#10 Accepted 7ms 412.0 KiB

信息

递交者
类型
递交
题目
P1455 3-18 怎么就发不好球
比赛
2023年暑期算法队集训赛1
语言
C++
递交时间
2023-07-06 15:01:53
评测时间
2023-07-06 15:01:53
评测机
分数
100
总耗时
60ms
峰值内存
412.0 KiB