D=int(input()) C=D//2 if C%2==0: print((C//2)**2) else: print((C//2)*(C//2+1))