import math a = int(input()) b = int(input()) c = int(input()) A = math.ceil(a/b)*2/3 >= math.ceil(a/c) print(["NO","YES"][A])