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

Tests(0/0):


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


测评信息: