| Problem | cave |
|---|---|
| User | Henries |
| Submission Time | 2025-02-06 16:09:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cave.cpp: In function ‘void exploreCave(int)’:
cave.cpp:51:8: error: ‘k’ was not declared in this scope
51 | for(k = 0;k<i;k++){
| ^
cave.cpp:52:9: error: ‘known’ was not declared in this scope; did you mean ‘know’?
52 | if (known[k]){
| ^~~~~
| know