Problem splithunny
User neuneuneuneuneu
Submission Time 2024-06-20 21:59:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

splithunny.cpp:13:28: error: expected unqualified-id before numeric constant
13 | bool visited[101][101];4 4
| ^
splithunny.cpp: In function ‘int main()’:
splithunny.cpp:71:21: error: ‘bfs’ was not declared in this scope; did you mean ‘ffs’?
71 | bfs(k, l, grids, R, C);
| ^~~
| ffs