Problem sort
User jerrielchangjiebin
Submission Time 2025-03-28 16:30:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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