Problem descsort
User Tristyy
Submission Time 2024-06-19 09:51:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

descsort.cpp: In function ‘int main()’:
descsort.cpp:8:10: error: ‘a’ was not declared in this scope
8 | cin >> a[i];
| ^
descsort.cpp:10:14: error: ‘a’ was not declared in this scope
10 | cout << ort(a,a+c);
| ^
descsort.cpp:10:10: error: ‘ort’ was not declared in this scope; did you mean ‘qsort’?
10 | cout << ort(a,a+c);
| ^~~
| qsort