Run ID:92796

提交时间:2024-10-06 14:40:41

a=int(input()) if a<60 and a>0 : print('NO') else: print('YES')