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

Compile Error

lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:9:8: error: ‘A’ was not declared in this scope
9 | sort(A, A+m);
| ^
lunchbox.cpp:16:21: error: expected ‘;’ before ‘}’ token
16 | cout << '\n' << m
| ^
| ;
17 | }
| ~
lunchbox.cpp:18:2: error: expected ‘}’ at end of input
18 | }
| ^
lunchbox.cpp:5:16: note: to match this ‘{’
5 | int32_t main() {
| ^