0_0_38829476_17708.cpp: In function 'bool check(int, int)':
0_0_38829476_17708.cpp:13:20: error: 'amp' was not declared in this scope
13 | if(x >= 1 && x <= 8 && y >= 1 && y <= 8)
| ^~~
0_0_38829476_17708.cpp:13:28: error: expected ')' before ';' token
13 | if(x >= 1 && x <= 8 && y >= 1 && y <= 8)
| ~ ^
| )
0_0_38829476_17708.cpp:13:38: error: 'amp' was not declared in this scope
13 | if(x >= 1 && x <= 8 && y >= 1 && y <= 8)
| ^~~
0_0_38829476_17708.cpp:13:72: error: expected ';' before ')' token
13 | if(x >= 1 && x <= 8 && y >= 1 && y <= 8)
| ^
| ;
0_0_38829476_17708.cpp: In function 'void bfs()':
0_0_38829476_17708.cpp:27:35: error: 'amp' was not declared in this scope
27 | if(cur.x == ed_x && cur.y == ed_y) {
| ^~~
0_0_38829476_17708.cpp:27:43: error: expected ')' before ';' token
27 | if(cur.x == ed_x && cur.y == ed_y) {
| ~ ^
| )
0_0_38829476_17708.cpp:27:58: error: expected ';' before ')' token
27 | if(cur.x == ed_x && cur.y == ed_y) {
| ^
| ;
|