记录详情

Compile Error

foo.cc: In function 'void bfs()':
foo.cc:19:5: error: 'st' was not declared in this scope
     st[1][1]=true;
     ^~
foo.cc:19:5: note: suggested alternative: 'tt'
     st[1][1]=true;
     ^~
     tt
foo.cc: In function 'int main()':
foo.cc:38:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d",&n,&m);
     ~~~~~^~~~~~~~~~~~~~
foo.cc:41:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%d",&g[i][j]);
             ~~~~~^~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1298 E. Maze
语言
C++
递交时间
2021-11-21 20:13:43
评测时间
2021-11-21 20:13:43
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes