python

Xing126 发表于 1年前 · 关联问题 平均数

a,b,c = map(int,input().split()) ave_num = (a+b+c) / 3 print(format(ave_num,"3f"))