N = int(input().strip())
lst = [1,2,3,4,5,6]
print(sum(lst) / len(lst) * N)