Problem | sort |
---|---|
User | ZacharyTan2010 |
Submission Time | 2024-03-04 15:28:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘int main()’:
sort.cpp:8:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
8 | sort(arr,sizeof(arr));
| ^~~~
| qsort