Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
105557 伍长辉 08判断是否为闰年 Python3 Wrong Answer 36 MS 3748 KB 76 2025-01-13 21:37:51

Tests(0/11):


Code:

a=int(input('')) if a%4==0: print('年份Yes') else: print('年份No')


Run Info:

------Input------
3264
------Answer-----
3264 Yes
------Your output-----