Run ID:123475
提交时间:2025-07-05 10:01:19
n = input() n = int(n) if n >= 60: print('YES') else: print('NO')