| Problem | duckhunt0 |
|---|---|
| User | YSH2020 |
| Submission Time | 2025-12-12 13:14:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt0.cpp: In function ‘void duckhunt29::finddist(long long int, long long int)’:
duckhunt0.cpp:871:49: error: ‘query’ was not declared in this scope
871 | int a[N]; for (int i = 0; i < N; i++) {a[i]=query(1);if (a[i]==0)return;}
| ^~~~~
duckhunt0.cpp:876:17: error: ‘query’ was not declared in this scope
876 | int x = query(m);
| ^~~~~
duckhunt0.cpp:882:5: error: ‘query’ was not declared in this scope
882 | query(l+1);
| ^~~~~