October 15, 2023

LeetCode Contest 367

100096. Find Indices With Index and Value Difference I 给你一个下标从 0 开始、长度为 n 的整数数组 nums ,以及整数 indexDifference 和整数 valueDifference 。 你的任务是从范围 内找出 2 个满足下述所有条件的下标 i 和 j : abs(i -…