import math N = int(input()) M = math.floor(1.5 * N) print(M)