Problem lunchbox
User NotTYR
Submission Time 2023-02-08 21:53:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:14:10: error: invalid types ‘int [c][float]’ for array subscript
14 | array[i]=a;
| ^
lunchbox.cpp:20:13: error: invalid types ‘int [c][float]’ for array subscript
20 | b+=array[i];
| ^