Run ID:92793
提交时间:2024-10-06 14:39:05
a = int(input()) if a >= 60: print("YES") elif a < 60: print("NO")