Problem lunchbox
User cokeaholic07
Submission Time 2023-02-12 21:46:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:9:9: error: request for member ‘begin’ in ‘k’, which is of non-class type ‘int [m]’
9 | sort(k.begin();k.end());
| ^~~~~
lunchbox.cpp:9:19: error: request for member ‘end’ in ‘k’, which is of non-class type ‘int [m]’
9 | sort(k.begin();k.end());
| ^~~
lunchbox.cpp:19:1: error: expected ‘}’ at end of input
19 | }
| ^
lunchbox.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^