Run ID:92789

提交时间:2024-10-06 14:37:55

a = int(input()) if a >= 60: print("yes") else: print("no")