Problem | splithunny |
---|---|
User | blob |
Submission Time | 2023-11-20 14:39:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
splithunny.cpp:4:19: error: ‘int floor [107][107]’ redeclared as different kind of entity
4 | int floor[107][107];
| ^
In file included from /usr/include/features.h:461,
from /usr/include/x86_64-linux-gnu/c++/9/bits/os_defines.h:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/c++config.h:528,
from /usr/include/c++/9/cassert:43,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:33,
from splithunny.cpp:1:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:165:1: note: previous declaration ‘double floor(double)’
165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
| ^~~~~~~~~~~
splithunny.cpp: In function ‘void bfs(int, int)’:
splithunny.cpp:11:9: error: invalid types ‘<unresolved overloaded function type>[int]’ for array subscript
11 | floor[i][j] = ".";
| ^
splithunny.cpp:22:65: error: inv