Run ID:104942

提交时间:2025-01-11 20:13:27

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