Problem sort
User Karax
Submission Time 2026-03-05 18:09:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:13:6: error: ‘class std::vector<int>’ has no member named ‘sort’
13 | arr.sort(arr.begin(), arr.end());
| ^~~~