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