Run ID:149865

提交时间:2026-03-19 20:56:59

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