Problem sorting2
User popperoni
Submission Time 2025-04-19 16:34:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sorting2.cpp: In function ‘void sort_questions(int, int, int*)’:
sorting2.cpp:12:25: error: ‘b’ was not declared in this scope
12 | if(compare_difficulty(b,a)){
| ^
sorting2.cpp:12:27: error: ‘a’ was not declared in this scope
12 | if(compare_difficulty(b,a)){
| ^