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