Problem splithunny
User peepeepoop
Submission Time 2026-02-16 15:28:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

splithunny.cpp: In function ‘void dfs(int, int)’:
splithunny.cpp:8:17: error: invalid conversion from ‘const char*’ to ‘__gnu_cxx::__alloc_traits<std::allocator<char>, char>::value_type’ {aka ‘char’} [-fpermissive]
8 | hunny[r][c] = ".";
| ^~~
| |
| const char*
splithunny.cpp: In function ‘int main()’:
splithunny.cpp:32:22: error: ‘N’ was not declared in this scope
32 | for (int i = 0; i < N; i++){
| ^