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