Problem duckhunt
User Tyx2019
Submission Time 2024-12-13 16:42:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

In file included from /usr/include/c++/9/cassert:44,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:33,
from duckhunt.cpp:1:
duckhunt.cpp: In function ‘int main()’:
duckhunt.cpp:20:13: error: ‘H’ was not declared in this scope
20 | assert(r<=H);
| ^
duckhunt.cpp:22:13: error: ‘W’ was not declared in this scope
22 | assert(c<=W);
| ^