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