Problem | swapsort |
---|---|
User | GreenBlob123 |
Submission Time | 2024-12-04 16:58:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
swapsort.cpp: In function ‘int main()’:
swapsort.cpp:24:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
24 | sort(sortedarray, sortedarray + N);
| ^~~~
| qsort