Problem | lunchbox |
---|---|
User | NotTYR |
Submission Time | 2023-02-08 21:54:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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];
| ^