li = list(map(int, input().split())) print("{:.2f}".format(sum(li) / len(li)))