Run ID:94120
提交时间:2024-10-19 19:26:23
s=input().split() a=int(s[0]) if a>=60: print("YES") else: print("NO")