mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<p>Return <em>the total number of friend requests made</em>.</p>
|
||||
|
||||
<p> </p>
|
||||
<p><strong>Example 1:</strong></p>
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> ages = [16,16]
|
||||
@@ -23,7 +23,7 @@
|
||||
<strong>Explanation:</strong> 2 people friend request each other.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 2:</strong></p>
|
||||
<p><strong class="example">Example 2:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> ages = [16,17,18]
|
||||
@@ -31,7 +31,7 @@
|
||||
<strong>Explanation:</strong> Friend requests are made 17 -> 16, 18 -> 17.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 3:</strong></p>
|
||||
<p><strong class="example">Example 3:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> ages = [20,30,100,110,120]
|
||||
|
Reference in New Issue
Block a user