Run ID:88610

提交时间:2024-08-19 16:06:22

n = int(input()) if n>60: print('YES') else: print('NO')