Monday, August 21, 2017

compare

map<int, int, greater<int>>

sort(nums.begin(),nums.end(), greater<int>());

No comments:

Post a Comment