mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-13 01:15:14 +08:00
update
This commit is contained in:
@@ -14,7 +14,12 @@ Each row of this table indicates the id of a customer, their name, and the id of
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>Find the names of the customer that are <strong>not referred by</strong> the customer with <code>id = 2</code>.</p>
|
||||
<p>Find the names of the customer that are either:</p>
|
||||
|
||||
<ol>
|
||||
<li><strong>referred by</strong> any customer with <code>id != 2</code>.</li>
|
||||
<li><strong>not referred by</strong> any customer.</li>
|
||||
</ol>
|
||||
|
||||
<p>Return the result table in <strong>any order</strong>.</p>
|
||||
|
||||
|
Reference in New Issue
Block a user