Problem sadtrainer
User Harshith
Submission Time 2026-03-09 15:56:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sadtrainer.cpp: In function ‘int main()’:
sadtrainer.cpp:17:17: error: expected ‘)’ before ‘greater’
17 | sort(a+0, a+L greater<int>());
| ~ ^~~~~~~~
| )