Problem duckhunt32
User ilikeeggs
Submission Time 2026-02-05 10:27:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt32.cpp: In function ‘int32_t main()’:
duckhunt32.cpp:25:29: error: expected ‘;’ before ‘if’
25 | continue
| ^
| ;
26 | if(p[i] * p[j] == p[k])
| ~~