mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-13 01:15:14 +08:00
update
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<p>运行 <code>k</code> 个机器人 <strong>总开销</strong> 是 <code>max(chargeTimes) + k * sum(runningCosts)</code> ,其中 <code>max(chargeTimes)</code> 是这 <code>k</code> 个机器人中最大充电时间,<code>sum(runningCosts)</code> 是这 <code>k</code> 个机器人的运行时间之和。</p>
|
||||
|
||||
<p>请你返回在 <strong>不超过</strong> <code>budget</code> 的前提下,你 <strong>最多</strong> 可以 <strong>连续</strong> 运行的机器人数目为多少。</p>
|
||||
<p>请你返回在 <strong>不超过</strong> <code>budget</code> 的前提下,你 <strong>最多</strong> 可以运行的 <strong>连续</strong> 的机器人数目为多少。</p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
|
Reference in New Issue
Block a user