Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
107953 | 伍长辉 | 12for循环练习I | Python3 | Compile Error | 0 MS | 0 KB | 72 | 2025-01-19 09:40:45 |
n=input() n=int(n) while True: if n>=1: print(n) n=n-1
Sorry: TabError: inconsistent use of tabs and spaces in indentation (Main.py, line 6)