seq { let n = stdin.ReadLine () |> int for _ in 1..n -> stdin.ReadLine () |> decimal } |> Seq.sum |> fun n -> n.ToString("F10") |> printfn "%s"