Problem GSS
User IyasM
Submission Time 2025-12-05 16:00:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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