Problem wabbit
User superG
Submission Time 2025-07-07 15:36:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wabbit.cpp: In function ‘int main()’:
wabbit.cpp:19:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
19 | sort(P.rbegin(), P.rend());
| ^~~~
| qsort