提交时间:2024-11-15 19:36:08
运行 ID: 300133
n,m=input().split() n =int(n) m =int(m) if n>=15 and m>=10 or n>=25 or m>=30: print("YES") else: print("NO")