Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
318565 沈洛楠 【C1-8】判断闰年 Python3 编译错误 0 0 MS 0 KB 92 2025-04-19 16:03:07

Tests(0/0):


n=int(input()) if n%4==0 and n%100!=0 or n%400==0 print("yes") else print("no")


测评信息: