Run ID:120246

提交时间:2025-05-24 20:38:45

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