import math n = int(input()) print((math.factorial(n) ** 2) / (n ** n))