Problem notduckhunt
User CKCodeBreaker55
Submission Time 2025-12-05 10:35:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

notduckhunt.cpp: In function ‘int main()’:
notduckhunt.cpp:14:33: error: expected ‘;’ before ‘}’ token
14 | maximum = max(maximum, A[i])
| ^
| ;
15 | }
| ~