1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-10-13 01:15:14 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2025-09-29 14:43:44 +08:00
parent 2862a227c4
commit 13f2098086
4409 changed files with 168933 additions and 166256 deletions

View File

@@ -14,7 +14,12 @@ Each row of this table indicates the id of a customer, their name, and the id of
<p>&nbsp;</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>&nbsp;any&nbsp;customer with&nbsp;<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>