| Problem | cpicsort |
|---|---|
| User | Devthethala |
| Submission Time | 2026-06-23 16:38:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicsort.cpp: In function ‘int main()’:
cpicsort.cpp:11:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
11 | sort(A.begin(), A.end());
| ^~~~
| qsort