Problem sorting2
User popperoni
Submission Time 2025-04-19 15:40:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sorting2.cpp: In function ‘void sort_questions(int, int, int*)’:
sorting2.cpp:80:18: error: too few arguments to function ‘bool comp(int, int)’
80 | sort(A,A+N,comp());
| ^
sorting2.cpp:76:6: note: declared here
76 | bool comp(ll a,ll b){
| ^~~~