1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-12 10:51:42 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

批量更新数据

This commit is contained in:
2025-01-09 20:29:41 +08:00
parent 04ecea043d
commit 48cdd06c2b
5053 changed files with 156164 additions and 135322 deletions

View File

@@ -23,7 +23,7 @@
<li><code>"c"</code><code>s</code> 中的位置与在 <code>t</code> 中的位置之差的绝对值。</li>
</ul>
<p>即,<code>s</code><code>t</code> 的排列差等于 <code>|0 - 1| + |2 - 2| + |1 - 0| = 2</code></p>
<p>即,<code>s</code><code>t</code> 的排列差等于 <code>|0 - 1| + |1 - 0| + |2&nbsp;- 2| = 2</code></p>
</div>
<p><strong class="example">示例 2</strong></p>