收起
l=input().split() l=[float(i) for i in l] l.sort() del l[0] del l[len(l)-1] print(sum(l)/len(l))
报告相同问题?