import math a,b,c=[input()for i in[0]*3] b=1.*a/b c=1.*a/c #print b,c print["YES","NO"][b/math.ceil(c)<1.5]