from math import floor N = int(input().strip()) print(floor(N * 3 / 2))