a=int(input()) b=int(input()) c=int(input()) x=(a+b-1)//b y=(a+c-1)//c print('YES' if y*3<=x*2 else 'NO')