from math import ceil f,g = lambda a,b,c:ceil(a/b)*2>=ceil(a/c)*3,lambda:int(input()) print(f(g(),g(),g()) and "YES" or "NO")