Run ID:88609

提交时间:2024-08-19 16:06:15

a=int(input()) if a>=60: print("YES") else: print("NO")