Problem splithunny
User carson
Submission Time 2025-08-07 20:24:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

splithunny.cpp: In function ‘int dfs(int, int, std::vector<std::vector<int> >&)’:
splithunny.cpp:5:15: error: invalid conversion from ‘const char*’ to ‘__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type’ {aka ‘int’} [-fpermissive]
5 | arr[i][j] = "#";
| ^~~
| |
| const char*