Wrong Answer
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
- Submission
- Problem
- P1023 Happy new year 2024
- Contest
- Brain booster - 1
- Language
- Python 3 (Python 3.12.3)
- Submit At
- 2023-12-31 15:25:03
- Judged At
- 2024-11-11 03:45:44
- Judged By
- Score
- 80
- Total Time
- 15ms
- Peak Memory
- 3.117 MiB