Problem duckhunt41
User JoshJuice
Submission Time 2025-12-26 09:16:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt41.cpp: In function ‘int main()’:
duckhunt41.cpp:20:13: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
20 | if(time != -1) continue;
| ^