Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
96092 | 赵乘浩 | 08比较三个数的大小 | Python3 | Compile Error | 0 MS | 0 KB | 137 | 2024-11-03 08:52:24 |
for i in range(): if a>b>c or a>c>b: print("a") if b>a>c or b>c>a: print("b") if c>b>a or c>a>b: print("c")
Sorry: TabError: inconsistent use of tabs and spaces in indentation (Main.py, line 4)