mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
|
||||
<p>A <strong>nice pair</strong> is a pair <code>(i, j)</code> where <code>0 <= i < j < nums.length</code> and <code>low <= (nums[i] XOR nums[j]) <= high</code>.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> </p>
|
||||
@@ -17,7 +17,7 @@
|
||||
<strong>Input:</strong> nums = [1,4,2,7], low = 2, high = 6
|
||||
|
||||
<strong>Output:</strong> 6
|
||||
|
||||
|
||||
<strong>Explanation:</strong> All nice pairs (i, j) are as follows:
|
||||
|
||||
- (0, 1): nums[0] XOR nums[1] = 5
|
||||
|
Reference in New Issue
Block a user