f = [int(n) for n in input().split(" ")] print("%.2f" %(sum(f)/len(f)))