| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 50483 | 宿正楠 | 2023经开区信息技术合格性考试-1 | Python3 | Accepted | 100 | 42 MS | 4472 KB | 183 | 2024-12-24 14:55:38 |
a=int(input()) if a>=2000: if a>=3000: if a>=4000: a=0.6*a else: a=0.7*a else: a=0.8*a b=round(2*a,1) c=b/2 print(c)