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