Problem sadtrainer
User dacashew
Submission Time 2025-08-25 21:22:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sadtrainer.cpp: In function ‘int main()’:
sadtrainer.cpp:106:28: error: expected ‘;’ before ‘cout’
106 | sort(a,a+n,greater<int>())
| ^
| ;
107 | cout<<a[k-1];
| ~~~~