| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 133502 | 赵乘浩 | 勾股数 | Python3 | Compile Error | 0 MS | 0 KB | 87 | 2025-10-19 09:50:37 |
n=int(input(n)) for i in range(1,101): if a*a+b*b==c*c: print() else: break
Sorry: TabError: inconsistent use of tabs and spaces in indentation (Main.py, line 4)