f=lambda:int(input()) a=f() b=f() c=f() p=a//b q=a//c print(('NO','YES')[p*2/3<=q])