Run ID:141406

提交时间:2025-12-22 22:19:17

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