Run ID:92310

提交时间:2024-09-28 20:25:19

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