Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
38884 23赵梓潼 2023经开区信息技术合格性考试-1 Python3 Compile Error 0 0 MS 0 KB 115 2024-03-19 16:07:30

Tests(0/0):


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


Judgement Protocol: