Run ID:104768

提交时间:2025-01-11 10:08:54

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