s=list(map(int,input().split())) s.sort() s.remove(s[0]) s.remove(s[4]) print(sum(s)/4)