Problem splithunny
User j0ashhh
Submission Time 2026-02-15 20:01:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

splithunny.cpp: In function ‘void dfs(int, int)’:
splithunny.cpp:9:2: error: ‘vis’ was not declared in this scope
9 | vis[x][y] = true;
| ^~~
splithunny.cpp:9:6: error: ‘x’ was not declared in this scope
9 | vis[x][y] = true;
| ^
splithunny.cpp:9:9: error: ‘y’ was not declared in this scope
9 | vis[x][y] = true;
| ^