Problem islands
User JoonYorigami
Submission Time 2026-05-21 16:44:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

islands.cpp: In function ‘bool dfsST3(int, int, std::vector<std::vector<int> >&, vint&)’:
islands.cpp:129:22: error: expected ‘;’ before ‘return’
129 | solveBranch(path)
| ^
| ;
130 | return true;
| ~~~~~~