0_0_39752673_257.cpp: In member function 'bool state::d1()':
0_0_39752673_257.cpp:24:29: error: 'Ends' was not declared in this scope
24 | if (box[i].x == Ends[0].x && box[i].y == Ends[0].y) return 1;
| ^~~~
0_0_39752673_257.cpp: In member function 'bool state::d2()':
0_0_39752673_257.cpp:31:29: error: 'Ends' was not declared in this scope
31 | if (box[i].x == Ends[1].x && box[i].y == Ends[1].y) return 1;
| ^~~~
0_0_39752673_257.cpp: In member function 'bool state::d3()':
0_0_39752673_257.cpp:38:29: error: 'Ends' was not declared in this scope
38 | if (box[i].x == Ends[2].x && box[i].y == Ends[2].y) return 1;
| ^~~~
0_0_39752673_257.cpp: In function 'int main()':
0_0_39752673_257.cpp:90:41: error: 'Ends' was not declared in this scope
90 | if (Map[i][j] == '@') { Ends[cny].x = i; Ends[cny].y = j; cny++; }
| ^~~~
|