Problem | bestplace |
---|---|
User | ChickenCoder |
Submission Time | 2023-06-18 03:15:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bestplace.cpp: In function ‘int main()’:
bestplace.cpp:12:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
12 | sort(x, x+n);
| ^~~~
| qsort