N = int(input()) sum = float(N*1.5) print(int(sum))