Run ID:96143

提交时间:2024-11-03 09:50:29

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