Problem | splithunny |
---|---|
User | Tyx2019 |
Submission Time | 2023-11-17 14:33:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
splithunny.cpp: In function ‘void bfs(int, int)’:
splithunny.cpp:5:36: error: return-statement with a value, in function returning ‘void’ [-fpermissive]
5 | if(i<0||j<0||i>100||j>100) return 0;
| ^
splithunny.cpp: In function ‘int main()’:
splithunny.cpp:50:9: error: ‘dfs’ was not declared in this scope; did you mean ‘bfs’?
50 | dfs(i, j);
| ^~~
| bfs