Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
97916 | 徐盛熠 | 09优惠活动 | Python3 | Wrong Answer | 34 MS | 3744 KB | 174 | 2024-11-16 20:15:02 |
c=input().split() a=c[0] b=c[1] b=int(b) if a=="P" : print(b*0.7) elif a=="G": print(b*0.8) elif a=="S": print(b*0.9) elif a=="K" : print(b*0.95)
------Input------
C 100
------Answer-----
95.00
------Your output-----