import math n=int(input()) c=((math.pi)**2)/6 print(int(pow(c,n)/n))