Run ID:149864

提交时间:2026-03-19 20:55:21

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