← 返回题库
高级

分析员工订餐习惯评分

未完成

示例

输入
solve()
期望输出
Employee ordering habit scores:
  陈志远: score=80.1 total_orders=22
  李晓燕: score=72.0 total_orders=18
  王浩然: score=76.4 total_orders=21
  张雅丽: score=75.9 total_orders=29
  刘思远: score=80.9 total_orders=34
  赵美玲: score=79.4 total_orders=32
  孙晓峰: score=78.1 total_orders=31
  周慧敏: score=81.1 total_orders=29
  吴建国: score=82.6 total_orders=21
  徐梦洁: score=76.2 total_orders=32
Python 代码 🔒 登录后使用
🔒

登录后即可练习

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