l = sorted(map(int, input().split())) l.pop(-1) l.pop(0) print('{0:0.2f}'.format(sum(l)/4))