Problem gotoschool_ex
User Potato3218
Submission Time 2023-11-05 21:48:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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