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

Compile Error

lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:20:12: error: request for member ‘begin’ in ‘v’, which is of non-class type ‘int [m]’
20 | sort(v.begin(), v.end());
| ^~~~~
lunchbox.cpp:20:23: error: request for member ‘end’ in ‘v’, which is of non-class type ‘int [m]’
20 | sort(v.begin(), v.end());
| ^~~