Owl Get a Life
sort.cpp: In function ‘int main()’:sort.cpp:30:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’? 30 | sort(a.begin(), a.end(), compare); | ^~~~ | qsort