Problem lunchbox
User Ast8ine
Submission Time 2026-02-20 10:57:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp:6:20: error: array bound is not an integer constant before ‘]’ token
6 | vector<int> lunch[m];
| ^
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:21:10: error: ‘lunch’ was not declared in this scope
21 | cin >> lunch[i];
| ^~~~~
lunchbox.cpp:23:20: error: ‘lunch’ was not declared in this scope
23 | cout << maxsum(n, lunch);
| ^~~~~