Problem sadtrainer
User Yaoru
Submission Time 2025-11-01 15:32:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sadtrainer.cpp: In function ‘int main()’:
sadtrainer.cpp:10:17: error: ‘selectKth’ was not declared in this scope; did you mean ‘select’?
10 | printf("%d",selectKth(a,0,n-1,k));
| ^~~~~~~~~
| select