/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 16ms 3.047 MiB
#2 Accepted 16ms 2.875 MiB
#3 Accepted 15ms 3.125 MiB
#4 Accepted 15ms 3.035 MiB

Code

x = int(input())
if (x*2)<=100:
	print("YES")
else:
	print("NO")

Information

Submit By
Type
Submission
Problem
P1056 Grown up boy sunny
Contest
Brain Booster #3
Language
Python 3 (Python 3.12.3)
Submit At
2024-05-06 16:41:29
Judged At
2024-10-03 13:49:48
Judged By
Score
100
Total Time
16ms
Peak Memory
3.125 MiB