Problem GSS
User blob
Submission Time 2024-01-03 11:20:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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