Problem | sort |
---|---|
User | havinaaaaash |
Submission Time | 2024-06-05 22:05:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘int main()’:
sort.cpp:10:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
10 | sort(a, a+n);
| ^~~~
| qsort