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