mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 16:01:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<p>Return <code>names</code><em> sorted in <strong>descending</strong> order by the people's heights</em>.</p>
|
||||
|
||||
<p> </p>
|
||||
<p><strong>Example 1:</strong></p>
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> names = ["Mary","John","Emma"], heights = [180,165,170]
|
||||
@@ -13,7 +13,7 @@
|
||||
<strong>Explanation:</strong> Mary is the tallest, followed by Emma and John.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 2:</strong></p>
|
||||
<p><strong class="example">Example 2:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> names = ["Alice","Bob","Bob"], heights = [155,185,150]
|
||||
|
Reference in New Issue
Block a user