/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 13ms 2.926 MiB
#2 Accepted 13ms 3.102 MiB
#3 Accepted 13ms 3.133 MiB
#4 Accepted 13ms 2.961 MiB
#5 Accepted 13ms 2.957 MiB

Code

Y=int(input())

if Y%4==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:43:33
Judged At
2024-10-03 14:05:04
Judged By
Score
100
Total Time
13ms
Peak Memory
3.133 MiB