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