| Problem | duckhunt0 |
|---|---|
| User | YSH2020 |
| Submission Time | 2025-12-12 13:13:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt0.cpp: In function ‘void dh29::finddist(long long int, long long int)’:
duckhunt0.cpp:872:49: error: ‘query’ was not declared in this scope; did you mean ‘duckhunt29::query’?
872 | int a[N]; for (int i = 0; i < N; i++) {a[i]=query(1);if (a[i]==0)return;}
| ^~~~~
| duckhunt29::query
In file included from duckhunt0.cpp:2:
duckhunt0.h:32:5: note: ‘duckhunt29::query’ declared here
32 | int query(int Y);
| ^~~~~
duckhunt0.cpp:877:17: error: ‘query’ was not declared in this scope; did you mean ‘duckhunt29::query’?
877 | int x = query(m);
| ^~~~~
| duckhunt29::query
In file included from duckhunt0.cpp:2:
duckhunt0.h:32:5: note: ‘duckhunt29::query’ declared here
32 | int query(int Y);
| ^~~~~
duckhunt0.cpp:883:5: error: ‘query’ was not declar