Problem rabbitjoke
User Potato3218
Submission Time 2025-04-01 15:49:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rabbitjoke.cpp: In function ‘int main()’:
rabbitjoke.cpp:14:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
14 | sort(J.begin(), J.end(), greater<int>());
| ^~~~
| qsort