Problem | cave |
---|---|
User | tyx |
Submission Time | 2025-09-25 10:45:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cave.cpp:6:1: error: expected unqualified-id before ‘.’ token
6 | .
| ^
cave.cpp: In function ‘void exploreCave(int)’:
cave.cpp:25:20: error: ‘query_with’ was not declared in this scope
25 | int ret0 = query_with(N, 0, empty);
| ^~~~~~~~~~