Problem sort
User Rollsroyce26
Submission Time 2024-06-19 14:43:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:16:22: error: ‘customsort’ was not declared in this scope
16 | sort(arr, arr+n, customsort);
| ^~~~~~~~~~