Run ID:141671

提交时间:2025-12-28 14:21:20

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