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,14 +2,15 @@
|
||||
|
||||
<p><strong>注意:</strong>本题相对原题稍作修改</p>
|
||||
|
||||
<p><strong>示例:</strong></p>
|
||||
<p><strong>示例:</strong></p>
|
||||
|
||||
<pre><strong>输入:</strong> <code>["eat", "tea", "tan", "ate", "nat", "bat"]</code>,
|
||||
<strong>输出:</strong>
|
||||
<pre>
|
||||
<strong>输入:</strong><code>["eat", "tea", "tan", "ate", "nat", "bat"]</code>,
|
||||
<strong>输出:</strong>
|
||||
[
|
||||
["ate","eat","tea"],
|
||||
["nat","tan"],
|
||||
["bat"]
|
||||
["ate","eat","tea"],
|
||||
["nat","tan"],
|
||||
["bat"]
|
||||
]</pre>
|
||||
|
||||
<p><strong>说明:</strong></p>
|
||||
|
Reference in New Issue
Block a user