WEBSITE RETURNED, HOWEVER SUBMIT QUANTITY IS RESTRICTED PER DAY TO VERY LITTLE (UNDER JUDGE0 NEW POLICY, API PROVIDER). Therefore it is very much for you to pay attention TEST CAREFULLY CODE BEFORE SUBMIT.

The average of the array

Threads: Enter array of n integers. Calculate the average of the array.
Input: The first line is an integer n. The second line 2 n is an integer array, of numbers separated by spaces.
Output: A unique number is the average of the array. Results rounded to 2 decimal.
For example:

input:
3
1 3 2
output:
2.00

You are not logged in? Log in to Submit Now!

2 Comments

Add a Comment