n = int(input())
juice = 1.5 * n
print(int(juice // 1))