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