Problem taxcollection
User YEethui
Submission Time 2023-11-24 15:45:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

taxcollection.cpp: In function ‘int main()’:
taxcollection.cpp:11:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
11 | sort(changeable.begin(), changeable.end(), greater<>());
| ^~~~
| qsort