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