Just use the std::sort algorithm. The only subtlety is that it sorts in descending order, so you need to change the sorting criteria.
確定! 回上一頁