a,b,c=Array.new(3) { gets.to_i } puts Rational(a,b) * Rational(2,3) >= (1.0*a/c).ceil ? "YES" : "NO"