Problem | lunchbox |
---|---|
User | Leeyee |
Submission Time | 2025-08-04 17:32:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:16:11: error: invalid types ‘long long int[int]’ for array subscript
16 | d += c[i];
| ^
lunchbox.cpp:17:14: error: invalid types ‘long long int[int]’ for array subscript
17 | if (d > c[i]);
| ^
lunchbox.cpp:18:11: error: invalid types ‘long long int[int]’ for array subscript
18 | e = c[i];
| ^