a,b = map(int,input().split())
m=(a*3) +(b*60)
x="Yes" if (m>=480) else "No"
print("Yes" if (m>=480) else "No")
print(x)

0 条评论

目前还没有评论...