S = sorted(list(map(int, input().split()))) print('%.2f'%(sum(S[1:-1])/4))