Problem duckhunt
User usernamehere
Submission Time 2024-12-14 11:39: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:72:15: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
72 | assert(ans < n);
| ^