← 返回题库
高级

实现多区轮灌调度排序

未完成

示例

输入
solve()
期望输出
Irrigation queue (highest deficit first, 1 zone at a time):
  #1 A区 sm=58.0% deficit_score=7.0
  #2 C区 sm=62.0% deficit_score=3.0
  #3 B区 sm=64.0% deficit_score=1.0
Python 代码 🔒 登录后使用
🔒

登录后即可练习

注册免费账号,在浏览器中直接运行 Python 代码