Problem lunchbox
User peepeepoop
Submission Time 2026-01-05 18:36:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp:7:8: error: array bound is not an integer constant before ‘]’ token
7 | int k[m];
| ^
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:12:10: error: ‘k’ was not declared in this scope
12 | cin >> k[m];
| ^
lunchbox.cpp:17:7: error: ‘k’ was not declared in this scope
17 | sort(k, k + m);
| ^