Run ID:110146

提交时间:2025-02-15 09:23:45

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