Problem fuel
User ZivTheONe
Submission Time 2023-01-25 09:50:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fuel.cpp: In member function ‘int Solution::fuel()’:
fuel.cpp:21:7: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
21 | sort(arr, arr + N);
| ^~~~
| qsort