Problem lunchbox
User Rndm123
Submission Time 2023-03-29 17:10:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:18:11: error: request for member ‘begin’ in ‘arr’, which is of non-class type ‘int [N]’
18 | sort(arr.begin(),arr.end());
| ^~~~~
lunchbox.cpp:18:23: error: request for member ‘end’ in ‘arr’, which is of non-class type ‘int [N]’
18 | sort(arr.begin(),arr.end());
| ^~~