| Problem | sorting2 |
|---|---|
| User | bribritt |
| Submission Time | 2025-12-10 22:16:29 |
| 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:5:18: error: ‘compare_difficulty’ was not declared in this scope
5 | std::sort(A,A+N,compare_difficulty);
| ^~~~~~~~~~~~~~~~~~