国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

歡迎光臨散文網 會員登陸 & 注冊

LeetCode 2364. Count Number of Bad Pairs

2023-04-11 11:41 作者:您是打尖兒還是住店呢  | 我要投稿

You are given a?0-indexed?integer array?nums. A pair of indices?(i, j)?is a?bad pair?if?i < j?and?j - i != nums[j] - nums[i].

Return?the total number of?bad pairs?in?nums.

?

Example 1:

Input: nums = [4,1,3,3]

Output: 5

Explanation:?

The pair (0, 1) is a bad pair since 1 - 0 != 1 - 4.?

The pair (0, 2) is a bad pair since 2 - 0 != 3 - 4, 2 != -1.?

The pair (0, 3) is a bad pair since 3 - 0 != 3 - 4, 3 != -1.?

The pair (1, 2) is a bad pair since 2 - 1 != 3 - 1, 1 != 2.?

The pair (2, 3) is a bad pair since 3 - 2 != 3 - 3, 1 != 0.?

There are a total of 5 bad pairs, so we return 5.

Example 2:

Input: nums = [1,2,3,4,5]

Output: 0

Explanation: There are no bad pairs.

?

Constraints:

  • 1 <= nums.length <= 105

  • 1 <= nums[i] <= 109

  • 考慮good pair,也就是i-nums[i]的數(shù)量,然后利用一點點數(shù)學排列組合的知識即可。

Runtime:?50 ms, faster than?34.50%?of?Java?online submissions for?Count Number of Bad Pairs.

Memory Usage:?53.9 MB, less than?89.52%?of?Java?online submissions for?Count Number of Bad Pairs.


LeetCode 2364. Count Number of Bad Pairs的評論 (共 條)

分享到微博請遵守國家法律
伊春市| 左云县| 措美县| 长沙县| 滦南县| 平罗县| 理塘县| 木里| 沂源县| 桓台县| 巨野县| 漳州市| 仁化县| 新沂市| 华阴市| 岳阳县| 磴口县| 色达县| 桦川县| 甘泉县| 永康市| 达尔| 黑龙江省| 长白| 泗阳县| 涞源县| 卢氏县| 淳化县| 安乡县| 扶余县| 建始县| 米脂县| 山东省| 枝江市| 平武县| 桃园市| 永宁县| 五台县| 博乐市| 阿克陶县| 巴马|