Run ID:92791

提交时间:2024-10-06 14:38:31

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