Problem lunchbox
User Hihihihihi
Submission Time 2026-06-23 16:59:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:10:11: error: invalid types ‘long long int[long long int]’ for array subscript
10 | cin>>k[i];
| ^
lunchbox.cpp:18:6: error: break statement not within loop or switch
18 | break;
| ^~~~~
lunchbox.cpp:20:10: error: ‘a’ was not declared in this scope
20 | cout<<a;
| ^