*a, = map(int,input().split()) a.sort() v = sum(a[1:-1])/4 print("{:.2f}".format(v))