Problem ranges
User YH
Submission Time 2025-06-21 00:15:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ranges.cpp: In function ‘int main()’:
ranges.cpp:26:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
26 | sort(arr.begin(), arr.end());
| ^~~~
| qsort