Problem lunchbox
User Juvertuder
Submission Time 2024-03-01 11:40:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:14:13: error: request for member ‘begin’ in ‘array’, which is of non-class type ‘long long int [schools]’
14 | sort(array.begin(), array.end());
| ^~~~~
lunchbox.cpp:14:28: error: request for member ‘end’ in ‘array’, which is of non-class type ‘long long int [schools]’
14 | sort(array.begin(), array.end());
| ^~~