a=int(input()) b=int(input()) c=int(input()) if a/b*(2/3) >= a/c: print("YES") else: print("NO")