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

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:8:6: error: redeclaration of ‘long long int k’
8 | int k;
| ^
lunchbox.cpp:6:9: note: ‘long long int k’ previously declared here
6 | int m,n,k;
| ^
lunchbox.cpp:11:11: error: invalid types ‘long long int[long long int]’ for array subscript
11 | cin>>k[i];
| ^
lunchbox.cpp:19:6: error: break statement not within loop or switch
19 | break;
| ^~~~~
lunchbox.cpp:21:10: error: ‘a’ was not declared in this scope
21 | cout<<a;
| ^