Problem duckhunt0
User YSH2020
Submission Time 2025-12-12 13:16:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt0.cpp: In function ‘void duckhunt29::finddist(int, int)’:
duckhunt0.cpp:872:49: error: ‘query’ was not declared in this scope
872 | int a[N]; for (int i = 0; i < N; i++) {a[i]=query(1);if (a[i]==0)return;}
| ^~~~~
duckhunt0.cpp:877:17: error: ‘query’ was not declared in this scope
877 | int x = query(m);
| ^~~~~
duckhunt0.cpp:883:5: error: ‘query’ was not declared in this scope
883 | query(l+1);
| ^~~~~