Run ID:128530

提交时间:2025-08-18 09:50:33

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