Problem lunchbox
User Anonymous35V
Submission Time 2023-11-09 10:35:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:5:12: error: ‘N’ was not declared in this scope
5 | int m [N];
| ^
lunchbox.cpp:6:15: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
6 | sort (N,N + m);// sort array
| ^
| tm
lunchbox.cpp:9:11: error: ‘A’ was not declared in this scope
9 | sum=sum+A[k];
| ^
lunchbox.cpp: At global scope:
lunchbox.cpp:17:5: error: expected unqualified-id before ‘return’
17 | return 0;
| ^~~~~~
lunchbox.cpp:18:1: error: expected declaration before ‘}’ token
18 | }
| ^