N=int(input()) N=(N//2) if(N%2): print(N//2*(N+1)//2) else: print(N//2*N//2)