| Problem | democracy |
|---|---|
| User | shniaa10 |
| Submission Time | 2024-06-21 13:41:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
democracy.cpp: In function ‘int main()’:
democracy.cpp:15:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
15 | sort(arr, arr + N, greater<int>());
| ^~~~
| qsort