Problem | descsort |
---|---|
User | thatlycheeoolongdrink |
Submission Time | 2024-03-06 16:02:49 |
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(x.begin(), x.end(), greater<int>());
| ^~~~
| qsort