Problem | reverse |
---|---|
User | hongshiii |
Submission Time | 2025-06-18 11:14:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
reverse.cpp: In function ‘int main()’:
reverse.cpp:16:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
16 | sort(array, array + N, greater<int>());
| ^~~~
| qsort