Problem | descsort |
---|---|
User | superG |
Submission Time | 2025-03-10 16:49:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
descsort.cpp: In function ‘int main()’:
descsort.cpp:13:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
13 | sort(yokesh+0, yokesh+n, greater<int>());
| ^~~~
| qsort