← 返回题库
高级

实现传感器原始值到土壤墒情指数转换

未完成

示例

输入
solve()
期望输出
Soil Moisture Index (SMI):
  SM=76.01% -> SMI=80.0 status=sufficient
  SM=70.42% -> SMI=72.0 status=sufficient
  SM=78.84% -> SMI=84.1 status=sufficient
  SM=74.14% -> SMI=77.3 status=sufficient
  SM=68.03% -> SMI=68.6 status=sufficient
  SM=73.69% -> SMI=76.7 status=sufficient
Python 代码 🔒 登录后使用
🔒

登录后即可练习

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