import math N=int(input()) ans=math.floor((math.pi**2/6)**N/N) print(ans)