Problem | entropy |
---|---|
User | Pan |
Submission Time | 2023-11-23 19:22:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
entropy.cpp: In function ‘int main()’:
entropy.cpp:19:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
19 | sort(dif.begin(), dif.end(), greater<ll>());
| ^~~~
| qsort