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