记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:52:6: error: 'gx' was not declared in this scope
  bfs(gx-1,gy-1);
      ^~
foo.cc:52:6: note: suggested alternative: 'hx'
  bfs(gx-1,gy-1);
      ^~
      hx
foo.cc:52:11: error: 'gy' was not declared in this scope
  bfs(gx-1,gy-1);
           ^~
foo.cc:52:11: note: suggested alternative: 'hy'
  bfs(gx-1,gy-1);
           ^~
           hy
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
营救
题目数据
下载
语言
C++
递交时间
2021-11-21 14:36:27
评测时间
2021-11-21 14:36:27
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes