let R() = stdin.ReadLine() |> float let (A,B,C) = R(),R(),R() let a = floor(ceil(A/B)/3.*2.) if A <= a*C then "YES" else "NO" |> printfn "%s"