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

Compile Error

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);
| ^~~~~
duckhunt0.cpp: In function ‘void duckhunt0::main()’:
duckhunt0.cpp:986:19: error: ‘dh19’ has not been declared
986 | case 19: {dh19::main(); break;}
| ^~~~
duckhunt0.cpp:987:19: error: ‘dh20’ has not been declared
987 | case 20: {dh20::main(); break;}
| ^~~~
duckhunt0.cpp:988:19: error: ‘dh21’ has not been declared
988 |