Trying to sort an vector<pair<int,int>> decreasing order in C++.
sort(v.begin(),v.end(),greater<int> ())
>Solution :
MEDevel.com: Open-source for Healthcare and Education
Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.