//Summer Day #include int main(){ int N, S; scanf("%d %d", &N, &S); printf(S >= 25 && S <= 29LL*N ? "Yes\n" : "No\n"); return 0; }