493.reverse-pairs.go 40 B

123
  1. func reversePairs(nums []int) int {
  2. }