Problem basketball
User Pan
Submission Time 2023-09-12 17:05:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

basketball.cpp: In function ‘int main()’:
basketball.cpp:20:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
20 | sort(bas.begin(),bas.end());
| ^~~~
| qsort