mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-13 11:21:42 +08:00
批量更新数据
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<p>给你一个数组 <code>events</code>,其中 <code>events[i] = [startDay<sub>i</sub>, endDay<sub>i</sub>]</code> ,表示会议 <code>i</code> 开始于 <code>startDay<sub>i</sub></code> ,结束于 <code>endDay<sub>i</sub></code> 。</p>
|
||||
|
||||
<p>你可以在满足 <code>startDay<sub>i</sub> <= d <= endDay<sub>i</sub></code><sub> </sub>中的任意一天 <code>d</code> 参加会议 <code>i</code> 。注意,一天只能参加一个会议。</p>
|
||||
<p>你可以在满足 <code>startDay<sub>i</sub> <= d <= endDay<sub>i</sub></code><sub> </sub>中的任意一天 <code>d</code> 参加会议 <code>i</code> 。在任意一天 <code>d</code> 中只能参加一场会议。</p>
|
||||
|
||||
<p>请你返回你可以参加的 <strong>最大 </strong>会议数目。</p>
|
||||
|
||||
|
Reference in New Issue
Block a user