| Problem | splithunny |
|---|---|
| User | chickengoat |
| Submission Time | 2025-12-22 15:30:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
splithunny.cpp:7:18: error: array bound is not an integer constant before ‘]’ token
7 | bool visited[maxn][maxn];
| ^
splithunny.cpp:7:24: error: array bound is not an integer constant before ‘]’ token
7 | bool visited[maxn][maxn];
| ^
splithunny.cpp:8:12: error: array bound is not an integer constant before ‘]’ token
8 | ll arr[maxn][maxn];
| ^
splithunny.cpp:8:18: error: array bound is not an integer constant before ‘]’ token
8 | ll arr[maxn][maxn];
| ^
splithunny.cpp: In function ‘void dfs(ll, ll)’:
splithunny.cpp:10:2: error: ‘visited’ was not declared in this scope
10 | visited[x][y]=1;
| ^~~~~~~
splithunny.cpp:12:6: error: ‘arr’ was not declared in this scope
12 | if(arr[x-1][y] && !visited[x-1][y]) {
| ^~~
splithunny.cpp:17:6: error: ‘arr’ was not declared in this scope
17 | if(arr[