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