Problem | descsort |
---|---|
User | TheAccomplice |
Submission Time | 2024-04-27 09:55:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
descsort.cpp: In function ‘int main()’:
descsort.cpp:16:19: error: ‘cmp’ was not declared in this scope
16 | sort(arr, arr+n, cmp);
| ^~~
descsort.cpp:16:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
16 | sort(arr, arr+n, cmp);
| ^~~~
| qsort