mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-08 08:51:42 +08:00
存量题库数据更新
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<p>A <strong>substring</strong> is a contiguous sequence of characters within the string.</p>
|
||||
|
||||
<p> </p>
|
||||
<p><strong>Example 1:</strong></p>
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> num = "<u>1</u>32", change = [9,8,5,0,3,6,4,2,6,8]
|
||||
@@ -18,7 +18,7 @@ Thus, "<u>1</u>32" becomes "<u>8</u>32".
|
||||
"832" is the largest number that can be created, so return it.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 2:</strong></p>
|
||||
<p><strong class="example">Example 2:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> num = "<u>021</u>", change = [9,4,3,5,7,2,1,9,0,6]
|
||||
@@ -31,7 +31,7 @@ Thus, "<u>021</u>" becomes "<u>934</u>".
|
||||
"934" is the largest number that can be created, so return it.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 3:</strong></p>
|
||||
<p><strong class="example">Example 3:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> num = "5", change = [1,4,7,5,3,2,5,6,9,4]
|
||||
|
Reference in New Issue
Block a user