/ SeriousOJ /

Record Detail

Accepted


  

Code

y = int(input())

if(1996 < y < 2100):
    if (y%4==0 and y%400!=0):
        print("YES")
    else:
        print("NO")

Information

Submit By
Type
Pretest
Problem
P1023 Happy new year 2024
Language
Python 3 (Python 3.12.3)
Submit At
2023-12-31 15:29:13
Judged At
2024-10-03 14:05:24
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes