Problem | duckhunt |
---|---|
User | usernamehere |
Submission Time | 2024-12-14 11:39:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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)
| ^
duckhunt.cpp:73:5: error: expected ‘;’ before ‘cout’
73 | cout << ans[h-1]-1;
| ^~~~