Problem splithunny
User justin271828
Submission Time 2023-06-25 14:36:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

splithunny.cpp: In function ‘int main()’:
splithunny.cpp:28:15: error: ‘dup_arr’ was not declared in this scope
28 | bfs(i, j, dup_arr, r, c);
| ^~~~~~~
splithunny.cpp:28:5: error: ‘bfs’ was not declared in this scope; did you mean ‘ffs’?
28 | bfs(i, j, dup_arr, r, c);
| ^~~
| ffs