Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
107965 | 伍长辉 | 12for循环练习II | Python3 | Compile Error | 0 MS | 0 KB | 96 | 2025-01-19 09:56:24 |
i,j=input().split() i=int(i) j=int(j) while True: if i>j: break print(i) i=i+1
Sorry: TabError: inconsistent use of tabs and spaces in indentation (Main.py, line 7)