leetcode315. Count of Smaller Numbers After Self

2018-04-01
阅读 4 分钟
2.9k
输入一个整数数组nums[i],返回所有一个新的数组count,该数组第i位上的count[i]表示nums[i]右侧小于nums[i]的数字的个数。