| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 139650 | 万明宇 | [在线测评解答教程] 闰年 | Python3 | Compile Error | 0 MS | 0 KB | 192 | 2025-12-08 16:35:13 |
b = int(input()) for i in range(1,b+1): a= int(input()) if a%4 == 0 and a%100 !=0: print("Yes") else : print("No")
Sorry: IndentationError: unexpected indent (Main.py, line 2)