r=lambda :int(input()) a,b,c=r(),r(),r() d=1+a//b if a%b else a//b e=1+a//c if a%c else a//c print("YES" if 2*d>=3*e else "NO")