mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-12 17:05:15 +08:00
update
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
|
||||
<p><strong>示例:</strong></p>
|
||||
|
||||
<pre><strong>输入:</strong>
|
||||
big = "mississippi"
|
||||
smalls = ["is","ppi","hi","sis","i","ssippi"]
|
||||
<pre>
|
||||
<strong>输入:</strong>
|
||||
big = "mississippi"
|
||||
smalls = ["is","ppi","hi","sis","i","ssippi"]
|
||||
<strong>输出:</strong> [[1,4],[8],[],[3],[1,4,7,10],[5]]
|
||||
</pre>
|
||||
|
||||
@@ -13,7 +14,7 @@ smalls = ["is","ppi","hi","sis","i&
|
||||
<ul>
|
||||
<li><code>0 <= len(big) <= 1000</code></li>
|
||||
<li><code>0 <= len(smalls[i]) <= 1000</code></li>
|
||||
<li><code>smalls</code>的总字符数不会超过 100000。</li>
|
||||
<li><code>smalls</code>的总字符数不会超过 <code>10<sup>6</sup></code>。</li>
|
||||
<li>你可以认为<code>smalls</code>中没有重复字符串。</li>
|
||||
<li>所有出现的字符均为英文小写字母。</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user