a,b,c=[int(input()) for i in range(3)] if (a/c)/(a/b)<=2/3: print("YES") else: print("NO")