let () = let n = read_int () in let x = n / 2 in x * x |> Printf.printf "%d\n"