Problem splithunny
User justin271828
Submission Time 2023-06-25 16:11:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

splithunny.cpp:8:1: error: expected initializer before ‘void’
8 | void bfs(int y, int x) {// yr xc
| ^~~~
splithunny.cpp: In function ‘int main()’:
splithunny.cpp:25:14: error: ‘c’ was not declared in this scope
25 | cin >> r >> c;
| ^
splithunny.cpp:27:17: error: ‘arr’ was not declared in this scope
27 | int *dup_arr = arr;
| ^~~
splithunny.cpp:45:5: error: ‘bfs’ was not declared in this scope; did you mean ‘ffs’?
45 | bfs(i, j);
| ^~~
| ffs