from math import ceil i=input a,b,c=map(int,(i()+' '+i()+' '+i()).split()) print('NO') if ceil(a/b) < ceil(a/c)*1.5 else print('YES')