mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-13 03:11:42 +08:00
存量题库数据更新
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<p>给你一个二维整数数组 <code>tiles</code> ,其中 <code>tiles[i] = [l<sub>i</sub>, r<sub>i</sub>]</code> ,表示所有在 <code>l<sub>i</sub> <= j <= r<sub>i</sub></code> 之间的每个瓷砖位置 <code>j</code> 都被涂成了白色。</p>
|
||||
|
||||
<p>同时给你一个整数 <code>carpetLen</code> ,表示可以放在 <strong>任何位置</strong> 的一块毯子。</p>
|
||||
<p>同时给你一个整数 <code>carpetLen</code> ,表示可以放在 <strong>任何位置</strong> 的一块毯子的长度。</p>
|
||||
|
||||
<p>请你返回使用这块毯子,<strong>最多</strong> 可以盖住多少块瓷砖。</p>
|
||||
|
||||
|
Reference in New Issue
Block a user