Problem Description

Read n values, each value is either integer or float (contains dot). Sum them and output result with exactly 3 decimals.

Input Format

First line n. Second line n values.

Output Format

One number with 3 decimals.

Sample Test Case

Input:
5 1 2.5 3 0.25 -1.0
Output:
5.750

Constraints

1

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next