Problem sorting2
User thatlycheeoolongdrink
Submission Time 2025-12-10 15:14:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sorting2.cpp: In function ‘void sort_questions(int, int, int*)’:
sorting2.cpp:13:7: error: ‘a’ was not declared in this scope
13 | sort(a,a+n,cmp);
| ^
sorting2.cpp:13:11: error: ‘n’ was not declared in this scope
13 | sort(a,a+n,cmp);
| ^