a, b, c = [int(input().strip()) for _ in range(3)] print(['NO', 'YES'][((a + b - 1) // b) * 2 >= ((a + c - 1) // c) * 3])