Problem duckhunt29
User ensonchew
Submission Time 2025-12-12 09:29:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt29.cpp: In function ‘void finddist(int, int)’:
duckhunt29.cpp:6:47: error: expected ‘;’ before ‘}’ token
6 | for(int i = 0; i < N; i++){A[i] = query(1)}
| ^
| ;