Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
93257 | 赵乘浩 | 输出不及格学生的成绩 | Python3 | Compile Error | 0 MS | 0 KB | 132 | 2024-10-13 09:11:39 |
for x in range(3): a = list(map(int,input().split())) if a[0] < 60 or a[1] < 60 or a[2] < 60 or a[3] < 60: print(*a)
Sorry: TabError: inconsistent use of tabs and spaces in indentation (Main.py, line 3)