mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
<li><code>|arr[j] - arr[k]| <= b</code></li>
|
||||
|
||||
<li><code>|arr[i] - arr[k]| <= c</code></li>
|
||||
<li><code>|arr[i] - arr[k]| <= c</code></li>
|
||||
|
||||
</ul>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
<p>Where <code>|x|</code> denotes the absolute value of <code>x</code>.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<p>Return<em> the number of good triplets</em>.</p>
|
||||
|
||||
|
Reference in New Issue
Block a user