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