main(){float p,q;scanf("%f%f",&p,&q);return!puts(1/p<2-q?"YES":"NO");}