mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-12 02:41:42 +08:00
存量题库数据更新
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<p>Return <em>the lexicographically <strong>smallest</strong> possible string </em><code>num</code><em> that meets the conditions.</em></p>
|
||||
|
||||
<p> </p>
|
||||
<p><strong>Example 1:</strong></p>
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> pattern = "IIIDIDDD"
|
||||
@@ -23,7 +23,7 @@ Some possible values of num are "245639871", "135749862", an
|
||||
It can be proven that "123549876" is the smallest possible num that meets the conditions.
|
||||
Note that "123414321" is not possible because the digit '1' is used more than once.</pre>
|
||||
|
||||
<p><strong>Example 2:</strong></p>
|
||||
<p><strong class="example">Example 2:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> pattern = "DDD"
|
||||
|
Reference in New Issue
Block a user