| Problem | cpicsort |
|---|---|
| User | TheVeryJerryBerry |
| Submission Time | 2026-06-23 15:09:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicsort.cpp: In function ‘int main()’:
cpicsort.cpp:14:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
14 | sort(m.begin(), m.end());
| ^~~~
| qsort