Problem badcontest
User Red123
Submission Time 2026-01-28 15:07:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

badcontest.cpp: In function ‘int main()’:
badcontest.cpp:15:14: error: expected ‘;’ before ‘}’ token
15 | a += arr[i]
| ^
| ;
16 | }
| ~