| Problem | lunchbox |
|---|---|
| User | 6 |
| Submission Time | 2026-06-23 16:58:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:14:9: error: invalid types ‘long long int[long long int]’ for array subscript
14 | cin>>k[i];}
| ^
lunchbox.cpp:17:6: error: ‘i’ was not declared in this scope
17 | n-=k[i];
| ^