| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 40210 | 23王桂馨 | 2023经开区信息技术合格性考试-3 | Python3 | Compile Error | 0 | 0 MS | 0 KB | 144 | 2024-04-09 16:02:20 |
i = 1 while j <= 9 j = i while(j <= i): print(f"{j}*{i}={i*j}", end='\t') j += 1 print('') i += 1