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