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