| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 47494 | 王湘妍 | 2023经开区信息技术合格性考试-1 | Python3 | Wrong Answer | 12 | 43 MS | 4444 KB | 145 | 2024-10-22 14:55:36 |
a=int(input()) if 3000>a>=2000: print(a*0.8) if 4000>a>=3000: print(a*0.7) if a>=4000: print(a*0.6) if a<2000: print(a)