Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
39544 23王思尧 2023经开区信息技术合格性考试-1 Python3 编译错误 0 0 MS 0 KB 162 2024-03-26 15:21:43

Tests(0/0):


n=int(input()) if 3000>n>=2000: t=n*0.8 if 4000>n>=3000: t=n*0.7 if n>=4000: t=n*0.6 if n<2000: t=n print("%.1f" 2000% t)


测评信息: