Problem cave
User user123
Submission Time 2024-03-11 20:45:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cave.cpp: In function ‘void open(int)’:
cave.cpp:13:11: error: ‘tryCombination’ was not declared in this scope
13 | int t=tryCombination(s);
| ^~~~~~~~~~~~~~
cave.cpp: In function ‘void exploreCave(int)’:
cave.cpp:32:5: error: ‘answer’ was not declared in this scope
32 | answer(s, c);
| ^~~~~~