Run ID:92795
提交时间:2024-10-06 14:40:00
a=int(input()) if a<60 and a>0 : print('No') else: print('Yes')