| Problem | sorting2 |
|---|---|
| User | shenshiqi |
| Submission Time | 2025-12-11 10:03:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sorting2.cpp: In function ‘void sort_questions(int, int, int*)’:
sorting2.cpp:8:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
8 | sort(A, A+N, [](ll a, ll b){
| ^~~~
| qsort