| Problem | primesort |
|---|---|
| User | gelastropod |
| Submission Time | 2024-06-20 14:50:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
primesort.cpp: In function ‘int main()’:
primesort.cpp:95:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
95 | sort(e.begin(), e.end(), comp);
| ^~~~
| qsort