Problem cave
User jeongwonho64
Submission Time 2022-12-28 09:24:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cave.cpp: In function ‘void exploreCave(int)’:
cave.cpp:36:5: error: ‘an’ was not declared in this scope; did you mean ‘n’?
36 | an
| ^~
| n
cave.cpp:36:5: error: expected ‘}’ at end of input
cave.cpp:29:24: note: to match this ‘{’
29 | void exploreCave(int n){
| ^