Problem | taxcollection |
---|---|
User | caffeine |
Submission Time | 2023-01-19 13:43:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
taxcollection.cpp: In function ‘int32_t main()’:
taxcollection.cpp:24:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
24 | sort(town.begin(),town.end(),greater<int>());
| ^~~~
| qsort