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

@@ -54,7 +54,7 @@ So function 0 spends 2 + 4 + 1 = 7 units of total time executing, and function 1
<ul>
<li><code>1 &lt;= n &lt;= 100</code></li>
<li><code>1 &lt;= logs.length &lt;= 500</code></li>
<li><code>2 &lt;= logs.length &lt;= 500</code></li>
<li><code>0 &lt;= function_id &lt; n</code></li>
<li><code>0 &lt;= timestamp &lt;= 10<sup>9</sup></code></li>
<li>No two start events will happen at the same timestamp.</li>