#7843
Khang
Thành viên

Bài 0028:Tính điểm trung bình

a=float(input())
b=float(input())
c=float(input())
print(‘%0.1f’%((a*2+b*2+c)/5))