Sum of real values using 1-d array
Submit solution
C
Points:
10
Time limit:
90.0s
Memory limit:
64M
Author:
Problem type
Allowed languages
Calculate the sum of real values using 1-D array.
SAMPLE INPUT
5
1.1 2.2 3.3 4.4 5.5
SAMPLE OUTPUT
16.500000
Comments