// yukicoder My Practice // author: Leonardone @ NEETSDKASU open System let n = int64(Console.ReadLine()) printf "%d" <| if n % 2L = 0L then n / 2L else n