Problem lunchbox
User Maggie
Submission Time 2023-11-09 10:10:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:5:8: error: ‘A’ was not declared in this scope
5 | sort (A,A + m);
| ^
lunchbox.cpp:5:14: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
5 | sort (A,A + m);
| ^
| tm
lunchbox.cpp:7:34: error: ‘N’ was not declared in this scope
7 | for (int k = 0; k < m && sum <= N; k++){
| ^
lunchbox.cpp:15:2: error: expected ‘}’ at end of input
15 | }
| ^
lunchbox.cpp:4:15: note: to match this ‘{’
4 | int32_t main(){
| ^