mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-12 17:05:15 +08:00
移除零宽空格
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
<p><strong>Explanation:</strong></p>
|
||||
|
||||
<p>Since each team plays every other team exactly twice, a total of 6 matches need to be played: <code>[0,1],[0,2],[1,2],[1,0],[2,0],[2,1]</code>.</p>
|
||||
<p>Since each team plays every other team exactly twice, a total of 6 matches need to be played: <code>[0,1],[0,2],[1,2],[1,0],[2,0],[2,1]</code>.</p>
|
||||
|
||||
<p>It's not possible to create a schedule without at least one team playing consecutive days.</p>
|
||||
</div>
|
||||
@@ -43,5 +43,5 @@
|
||||
<p><strong>Constraints:</strong></p>
|
||||
|
||||
<ul>
|
||||
<li><code>2 <= n <= 50</code></li>
|
||||
<li><code>2 <= n <= 50</code></li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user