| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 66329 | 成若冲 | 2023经开区信息技术合格性考试-1 | Python3 | Compile Error | 0 | 0 MS | 0 KB | 139 | 2025-12-21 17:11:33 |
a = int(input()) if a < 2000 ans = a elif a<3000: ans = a*0.8 elif a<4000: ans = a*0.7 else: ans = a*0.6 print("%1.f" * ans)