a = int(input()) b = int(input()) c = int(input()) A = 2/3 * ((a-1)//b+1) >= (a-1)//c+1 print(["NO","YES"][A])