Problem cave
User chickengoat
Submission Time 2026-07-18 11:02:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cave.cpp: In function ‘void exploreCave(int)’:
cave.cpp:14:25: error: expected ‘;’ before ‘{’ token
14 | if(!tryCombination(arr) {
| ^~
| ;
cave.cpp:17:12: error: expected ‘)’ before ‘;’ token
17 | ll front=0;
| ^
| )
cave.cpp:14:4: note: to match this ‘(’
14 | if(!tryCombination(arr) {
| ^
cave.cpp:18:8: error: ‘front’ was not declared in this scope
18 | while(front<N-1) {
| ^~~~~
cave.cpp:19:3: error: ‘x’ was not declared in this scope
19 | x=tryCombination(arr)
| ^