Run ID:88611

提交时间:2024-08-19 16:07:44

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