Run ID:149862

提交时间:2026-03-19 20:49:16

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