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