/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 20ms 3.023 MiB
#2 Accepted 21ms 3.066 MiB
#3 Accepted 22ms 3.062 MiB
#4 Accepted 21ms 3.031 MiB

Code

n = int(input())

print("YES" if 2 * n <= 100 else "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 15:02:52
Judged At
2024-10-03 13:53:10
Judged By
Score
100
Total Time
22ms
Peak Memory
3.066 MiB