import math N = int(input()) juice = N *1.5 print(math.floor(juice/1))