Problem GSS
User Aum
Submission Time 2024-04-30 22:32:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

GSS.cpp: In function ‘int32_t main()’:
GSS.cpp:30:16: error: expected ‘;’ before ‘}’ token
30 | sum+=arr[j]
| ^
| ;
31 | }
| ~