[leetcode 315]Count of Smaller Numbers After Self 原创解法
题目概述原题链接 You are given an integer array nums and you have to return a new counts array. The counts array has the property where counts[i] is the number of smaller elements to the right of nums[i].