from math import pi n=int(input()) const=(pi*pi/6) ans=(const**n)/n print(int(ans))