mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
存量题库数据更新
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<p>Return <em>the resulting string</em>.</p>
|
||||
|
||||
<p> </p>
|
||||
<p><strong>Example 1:</strong></p>
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> word = "<u>abcd</u>efd", ch = "d"
|
||||
@@ -16,7 +16,7 @@
|
||||
Reverse the part of word from 0 to 3 (inclusive), the resulting string is "dcbaefd".
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 2:</strong></p>
|
||||
<p><strong class="example">Example 2:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> word = "<u>xyxz</u>xe", ch = "z"
|
||||
@@ -25,7 +25,7 @@ Reverse the part of word from 0 to 3 (inclusive), the resulting string is "
|
||||
Reverse the part of word from 0 to 3 (inclusive), the resulting string is "zxyxxe".
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 3:</strong></p>
|
||||
<p><strong class="example">Example 3:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> word = "abcd", ch = "z"
|
||||
|
Reference in New Issue
Block a user