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

@@ -2,7 +2,7 @@
<p>运行&nbsp;<code>k</code>&nbsp;个机器人 <strong>总开销</strong>&nbsp;&nbsp;<code>max(chargeTimes) + k * sum(runningCosts)</code>&nbsp;,其中&nbsp;<code>max(chargeTimes)</code>&nbsp;是这&nbsp;<code>k</code>&nbsp;个机器人中最大充电时间,<code>sum(runningCosts)</code>&nbsp;是这 <code>k</code>&nbsp;个机器人的运行时间之和。</p>
<p>请你返回在 <strong>不超过</strong>&nbsp;<code>budget</code>&nbsp;的前提下,你 <strong>最多</strong>&nbsp;可以 <strong>连续</strong>&nbsp;运行的机器人数目为多少。</p>
<p>请你返回在 <strong>不超过</strong>&nbsp;<code>budget</code>&nbsp;的前提下,你 <strong>最多</strong>&nbsp;可以运行的 <strong>连续</strong>&nbsp;的机器人数目为多少。</p>
<p>&nbsp;</p>