Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
47525 王湘妍 2023经开区信息技术合格性考试-1 Python3 通过 100 45 MS 4472 KB 183 2024-10-22 15:04:00

Tests(8/8):


a=float(input()) if 3000>a>=2000: print(round(a*0.8,1)) if 4000>a>=3000: print(round(a*0.7,1)) if a>=4000: print(round(a*0.6,1)) if a<2000: print(round(a,1))


测评信息: