| Problem | duckhunt29 |
|---|---|
| User | LimCheeHann |
| Submission Time | 2026-05-10 22:50: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:9:15: error: ‘query’ was not declared in this scope
9 | p.push_back(query(1));
| ^~~~~
duckhunt29.cpp:14:7: error: ‘query’ was not declared in this scope
14 | if(query(pos+i)*p[query_num%N]==1){
| ^~~~~