摘要: 链接:LeetCode [Leetcode]5475. 统计好三元组 给你一个整数数组 arr ,以及 a、b 、c 三个整数。请你统计其中好三元组的数量。 如果三元组 (\(arr[i], arr[j], arr[k]\)) 满足下列全部条件,则认为它是一个 好三元组 。 0 ⇐ i < j < 阅读全文
posted @ 2020-08-02 16:15 Jamest 阅读(130) 评论(0) 推荐(0) 编辑