| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 54305 | 张若宸 | 2023经开区信息技术合格性考试-1 | Python3 | Compile Error | 0 | 0 MS | 0 KB | 189 | 2025-03-11 16:18:51 |
a = int(input()) if a>=2000 and a<3000 ans = a*0.8 print(ans) if a>=3000 and a<4000 d = a*0.7 print(d) if a>=4000: x = a*0.6 print(x) else: print(a)