[leetcode] 493. Reverse PairsQuestionSolution
QuestionGiven an array nums, we call (i, j) an important reverse pair if i 2*nums[j].You need to return the number of important reverse pairs in the given array.Example1:Input: [1,3,2,3,1]Ou