Problem bestplace
User CHEN115217
Submission Time 2025-01-13 16:10:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bestplace.cpp: In function ‘int main()’:
bestplace.cpp:12:3: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
12 | sort(X, X+N);
| ^~~~
| qsort