Problem splithunny
User justin271828
Submission Time 2023-06-24 19:05:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

splithunny.cpp: In function ‘void bfs(int, int)’:
splithunny.cpp:5:2: error: ‘v’ was not declared in this scope
5 | v[y][x] = true;
| ^
splithunny.cpp:8:12: error: a function-definition is not allowed here before ‘{’ token
8 | int main() {
| ^
splithunny.cpp:25:2: error: expected ‘}’ at end of input
25 | }
| ^
splithunny.cpp:4:24: note: to match this ‘{’
4 | void bfs(int y, int x) {// yr xc
| ^