提交时间:2024-11-15 18:54:31
运行 ID: 300096
n,m=input().split() if n>=15 and m>=10 or n>=25 or m >=30: print("YES") else: print("NO")