S = list(map(int,input().split())) S = sorted(S) S.pop(0) S.pop(len(S)-1) print("%.2f"%(sum(S)/len(S)))