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