Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
36689 Gapple 2023经开区信息技术合格性考试-1 Python3 编译错误 0 0 MS 0 KB 164 2023-12-28 18:41:53

Tests(0/0):


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)


测评信息: