小组数学总分
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
每小组有 位同学,现输入他们的数学成绩,请编程计算他们小组的数学总分。
程序编写要求:五个同学的成绩用分别用五个 read
读入,读到同一个变量 中,每读入一个成绩,马上加入总分变量 中。你会有重大的发现哦。
输入格式
5 位同学的数学成绩。
输出格式
小组数学总分,保留位整数
100 99 95 93 78.5
465.5
数据范围