1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-13 03:11:42 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

存量题库数据更新

This commit is contained in:
2023-12-09 18:42:21 +08:00
parent a788808cd7
commit c198538f10
10843 changed files with 288489 additions and 248355 deletions

View File

@@ -1,6 +1,6 @@
<p>给你一个二维整数数组&nbsp;<code>tiles</code>&nbsp;,其中&nbsp;<code>tiles[i] = [l<sub>i</sub>, r<sub>i</sub>]</code>&nbsp;,表示所有在&nbsp;<code>l<sub>i</sub> &lt;= j &lt;= r<sub>i</sub></code>&nbsp;之间的每个瓷砖位置 <code>j</code>&nbsp;都被涂成了白色。</p>
<p>同时给你一个整数&nbsp;<code>carpetLen</code>&nbsp;,表示可以放在&nbsp;<strong>任何位置</strong>&nbsp;的一块毯子。</p>
<p>同时给你一个整数&nbsp;<code>carpetLen</code>&nbsp;,表示可以放在&nbsp;<strong>任何位置</strong>&nbsp;的一块毯子的长度</p>
<p>请你返回使用这块毯子,<strong>最多</strong>&nbsp;可以盖住多少块瓷砖。</p>