Problem lunchbox
User christal
Submission Time 2023-12-16 16:01:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:8:13: error: ‘m’ was not declared in this scope
8 | for(i=0; i<m; i++){
| ^
lunchbox.cpp:9:10: error: ‘N’ was not declared in this scope
9 | cin >> N[i];
| ^
lunchbox.cpp:11:8: error: ‘N’ was not declared in this scope
11 | sort(N+1, N+k+1);
| ^