Problem sort
User RandomCtfNoob
Submission Time 2025-03-03 15:22:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:11:15: error: request for member ‘end’ in ‘arr’, which is of non-class type ‘long long int [n]’
11 | sort(arr,arr.end());
| ^~~