Problem installingapps
User ChickenCoder
Submission Time 2023-07-02 23:59:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

installingapps.cpp: In function ‘int main()’:
installingapps.cpp:29:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
29 | sort(arr, arr+n, comp);
| ^~~~
| qsort