import sys from math import pi def I(): return int(sys.stdin.readline().rstrip()) N = I() print(int(((pi**2/6)**N)/N))