a = int(input()) b = (a - 1) // int(input()) + 1 c = (a - 1) // int(input()) + 1 if 2 * b >= 3 * c: print('YES') else: print('NO')