Run ID:88558

提交时间:2024-08-19 12:04:19

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