Problem taxcollection
User Pan
Submission Time 2023-11-23 19:13:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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