/ SeriousOJ /

Record Detail

Time Exceeded


  
# Status Time Cost Memory Cost
#1 Time Exceeded ≥1095ms ≥8.684 MiB
#2 Time Exceeded ≥1087ms ≥9.168 MiB
#3 Time Exceeded ≥1092ms ≥9.176 MiB
#4 Time Exceeded ≥1089ms ≥9.18 MiB
#5 Time Exceeded ≥1088ms ≥10.09 MiB

Code

Y=int(input())

while 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 14:18:46
Judged At
2024-10-03 14:06:12
Judged By
Score
0
Total Time
≥1095ms
Peak Memory
≥10.09 MiB