import sys input=lambda: sys.stdin.readline().rstrip() n=int(input()) print(int(n*1.5))