Run ID:108709

提交时间:2025-01-21 13:46:41

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