n = int(input()) ans = 3.5*n print(f"{ans:.2f}")