| Problem | taxcollection |
|---|---|
| User | ThinkingGeek257 |
| Submission Time | 2026-06-24 16:53:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
taxcollection.cpp: In function ‘int main()’:
taxcollection.cpp:26:11: error: expected ‘;’ before ‘sort’
26 | v.clear()
| ^
| ;
27 | sort(changable.rbegin(), changable.rend();
| ~~~~