| Problem | splithunny |
|---|---|
| User | jiazethesigma |
| Submission Time | 2026-01-10 11:22:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
splithunny.cpp:4:9: error: array bound is not an integer constant before ‘]’ token
4 | char z[x][y];
| ^
splithunny.cpp:4:12: error: array bound is not an integer constant before ‘]’ token
4 | char z[x][y];
| ^
splithunny.cpp: In function ‘int recur(int, int)’:
splithunny.cpp:7:2: error: ‘z’ was not declared in this scope
7 | z[a][b]='.';
| ^
splithunny.cpp:12:2: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
12 | return;
| ^~~~~~
splithunny.cpp: In function ‘int main()’:
splithunny.cpp:21:9: error: ‘z’ was not declared in this scope
21 | cin>>z[j][i];
| ^
splithunny.cpp:29:7: error: ‘z’ was not declared in this scope
29 | if(z[j][i]=='H')
| ^