Problem GSS
User Johnnie
Submission Time 2023-08-15 08:21:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

GSS.cpp: In function ‘int main()’:
GSS.cpp:22:30: error: expected ‘]’ before ‘)’ token
22 | sum += prices[n - 1 - i * 4)
| ^
| ]
GSS.cpp:22:30: error: expected ‘;’ before ‘)’ token
22 | sum += prices[n - 1 - i * 4)
| ^
| ;