Run ID:141672

提交时间:2025-12-28 14:22:25

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