Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
104456 | 赵乘浩 | 07a+b>c | Python3 | Compile Error | 0 MS | 0 KB | 108 | 2025-01-05 09:42:42 |
a,b,c = map(int,input().split()) for i in range(): if a+b>c: print("Yes") else: print("No")
Sorry: TabError: inconsistent use of tabs and spaces in indentation (Main.py, line 4)