Problem duckhunt19
User smartsword
Submission Time 2025-12-05 10:13:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt19.cpp: In function ‘int main()’:
duckhunt19.cpp:13:2: error: ‘maxl’ was not declared in this scope; did you mean ‘fmaxl’?
13 | maxl = 0;
| ^~~~
| fmaxl
duckhunt19.cpp:14:2: error: ‘maxr’ was not declared in this scope
14 | maxr = 0;
| ^~~~