p,q=map(float,input().split()) print(['NO','YES'][p*(2-q)>1])