Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
36691 Gapple 2023经开区信息技术合格性考试-1 Python3 解答错误 12 40 MS 4464 KB 175 2023-12-28 18:42:37

Tests(1/8):


x = int(input()) if x >= 4000: print(f"{x * 0.6:.1f}") elif x >= 3000: print(f"{x * 0.7:.1f}") elif x >= 2000: print(f"{x * 0.8:.1f}") else: print(x)


测评信息: