a,b,c=STDIN.read.split.map(&:to_i) puts (((a-1)/b+1)*2>=((a-1)/c+1)*3)?"YES":"NO"