Run ID:96141

提交时间:2024-11-03 09:49:14

a = int(input()) if a >= 60 : print("Yes") else: print("No")