Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
39523 23邹乐萌 2023经开区信息技术合格性考试-1 Python3 解答错误 37 47 MS 4476 KB 176 2024-03-26 15:16:14

Tests(3/8):


n=int(input()) if n<2000: ans=float(n) if 2000<=n<3000: ans=float(0.8*n) if 3000<=n<4000: ans=float(0.7*n) if 4000<=n: ans=float(0.6*n) print(ans)


测评信息: