Problem lunchbox
User Hihihihihi
Submission Time 2026-06-23 16:56:43
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:20:10: error: ‘a’ was not declared in this scope
20 | cout<<a;
| ^
lunchbox.cpp:21:3: error: expected ‘}’ at end of input
21 | }
| ^
lunchbox.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^