| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 36917 | liuboya1 | 2023经开区信息技术合格性考试-3 | Python3 | Compile Error | 0 | 0 MS | 0 KB | 95 | 2024-01-04 16:03:23 |
for i in range(1,10): for j in range(1,i+1): print(*",j,"=,i*j,end='\t',sep="") print()