from math import floor n = int(input()) ans = floor(1.5 * n) print(ans)