Run ID:116747

提交时间:2025-04-12 13:34:13

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