Problem lunchbox
User dayeetmaster
Submission Time 2023-08-21 16:37:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:14:22: error: expected ‘}’ at end of input
14 | sort(fat, fat +len);
| ^
lunchbox.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^