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