/ SeriousOJ /

Record Detail

Wrong Answer


  
# Status Time Cost Memory Cost
#1 Wrong Answer 15ms 3.113 MiB
#2 Accepted 15ms 3.074 MiB
#3 Accepted 15ms 3.0 MiB
#4 Accepted 15ms 2.93 MiB
#5 Accepted 15ms 2.965 MiB

Code

y = int(input())

if y % 4 != 0:
	print("NO")
elif y % 4 == 0 and y % 100 != 0:
	print("YES")

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 13:27:26
Judged At
2024-11-11 03:46:43
Judged By
Score
80
Total Time
15ms
Peak Memory
3.113 MiB