提交时间:2024-12-24 14:56:16

运行 ID: 50486

x=int(input()) if x>=2000 : if x>=3000 : if x>=4000: x=x*0.6 else: x=x*0.7 else: x=x*0.8 print(x)