Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
36715 赵孚之 2023经开区信息技术合格性考试-1 Python3 解答错误 37 41 MS 4464 KB 159 2024-01-04 14:38:18

Tests(3/8):


a = int(input()) if a >= 2000 and a<3000: b=a *0.8 elif a >= 3000 and a<4000: b=a *0.7 elif a >= 4000: b=a *0.6 else: b = a b = float(b) print(b)


测评信息: