10049. 串列函式練習

I'm a slow walker, but I never walk backwards.

Task Description
輸入一整數字串,將其由小排到大印出,並印出總和以及平均值

Input Format
輸入一個整數字串,第一個數字代表接下來欲輸入幾個值

Output Format
將此整數字串按照大小排序,並印出字串的總和以及平均值,平均值請印到小數點後第三位

Sample Input

8
2
3
11
5
24
4
8
6

Sample Output

2
3
4
5
6
8
11
24
63 7.875

Submit

Login

Testdata Set

Download Testdata