let d = stdin.ReadLine () |> int let x = d / 2 let a = x / 2 let b = x - a printfn "%d" (a * b)