Problem sort
User AaravRastogi
Submission Time 2025-12-03 14:16:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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