Problem fatty
User skzy09
Submission Time 2026-06-24 11:14:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fatty.cpp: In function ‘int main()’:
fatty.cpp:27:15: error: expected initializer before ‘+=’ token
27 | int totalcost += C[i];
| ^~
fatty.cpp:28:9: error: ‘totalcost’ was not declared in this scope
28 | cout << totalcost;
| ^~~~~~~~~