Problem F: 总成绩和平均成绩

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:13437 Solved:9518

Description

编程求从键盘上输入一个学生的五门成绩,计算出该学生的总成绩和平均成绩。

Input

五个整数

Output

总成绩和平均成绩,其中平均成绩保留小数点后两位。

Sample Input Copy

60 70 80 90 100

Sample Output Copy

400 80.00