Run ID:94119

提交时间:2024-10-19 19:26:03

c=input().split() a=c[0] a=int(a) if a>60 : print("YES") else : print("NO")