| Problem | sorting2 |
|---|---|
| User | wrizz69 |
| Submission Time | 2024-12-02 10:31:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sorting2.cpp: In function ‘void sort_questions(long long int, long long int, long long int*)’:
sorting2.cpp:11:18: error: ‘compare_difficulty’ was not declared in this scope
11 | sort(A, A + N, compare_difficulty);
| ^~~~~~~~~~~~~~~~~~