| Problem | duckhunt29 |
|---|---|
| User | usernamehere |
| Submission Time | 2025-12-12 09:25:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt29.cpp: In function ‘void finddist(int, int)’:
duckhunt29.cpp:11:17: error: ‘query’ was not declared in this scope
11 | p[i] = (query(i+1)==1);
| ^~~~~
duckhunt29.cpp:16:17: error: ‘query’ was not declared in this scope
16 | int q = query(g);
| ^~~~~