| Problem | taxcollection |
|---|---|
| User | YH |
| Submission Time | 2026-06-24 16:56:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
taxcollection.cpp: In function ‘int main()’:
taxcollection.cpp:24:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
24 | sort(c.begin(), c.end(), greater<int>());
| ^~~~
| qsort