import math n = int(input()) m = math.floor(n*1.5) print(m)