Problem GSS
User Logout
Submission Time 2023-11-09 11:43:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

GSS.cpp: In function ‘int main()’:
GSS.cpp:18:34: error: expected ‘;’ before ‘}’ token
18 | cost = cost + all_costs[a + i]
| ^
| ;
19 | }
| ~