mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-13 01:15:14 +08:00
update
This commit is contained in:
@@ -2,20 +2,22 @@
|
||||
|
||||
<p>如果有多个面积最大的矩形,输出任意一个均可。一个单词可以重复使用。</p>
|
||||
|
||||
<p><strong>示例 1:</strong></p>
|
||||
<p><strong>示例 1:</strong></p>
|
||||
|
||||
<pre><strong>输入:</strong> <code>["this", "real", "hard", "trh", "hea", "iar", "sld"]</code>
|
||||
<strong>输出:
|
||||
<pre>
|
||||
<strong>输入:</strong><code>["this", "real", "hard", "trh", "hea", "iar", "sld"]</code>
|
||||
<strong>输出:
|
||||
</strong><code>[
|
||||
"this",
|
||||
"real",
|
||||
"hard"</code>
|
||||
"this",
|
||||
"real",
|
||||
"hard"</code>
|
||||
]</pre>
|
||||
|
||||
<p><strong>示例 2:</strong></p>
|
||||
<p><strong>示例 2:</strong></p>
|
||||
|
||||
<pre><strong>输入:</strong> <code>["aa"]</code>
|
||||
<strong>输出: </strong>["aa","aa"]</pre>
|
||||
<pre>
|
||||
<strong>输入:</strong><code>["aa"]</code>
|
||||
<strong>输出:</strong>["aa","aa"]</pre>
|
||||
|
||||
<p><strong>说明:</strong></p>
|
||||
|
||||
|
Reference in New Issue
Block a user