Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
313656 123456 【C1-12】今年天数 Python3 Accepted 100 54 MS 3748 KB 90 2025-03-22 16:33:25

Tests(3/3):


y=int(input()) if y%4==0 and y%100!=0 or y%400==0: print(366) else: print(365)


Judgement Protocol: