Run ID:89453

提交时间:2024-08-24 20:21:42

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