a = gets.to_f if (a / gets.to_i).ceil * Rational(2, 3) >= (a / gets.to_i).ceil puts "YES" else puts "NO" end