| Problem | cave |
|---|---|
| User | anusha777 |
| Submission Time | 2022-12-30 13:37:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cave.cpp: In function ‘void exploreCave(int)’:
cave.cpp:14:10: error: ‘tryCombination’ was not declared in this scope
14 | int k= tryCombination(a);
| ^~~~~~~~~~~~~~
cave.cpp:33:2: error: ‘answer’ was not declared in this scope
33 | answer(a, opens);
| ^~~~~~