Problem lunchbox
User Rndm123
Submission Time 2023-03-29 16:33:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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