Run ID:149863

提交时间:2026-03-19 20:54:22

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