n = int(input()) m = n // 4 i = 0 z = 0 while z < n: x = m y = m + i z = x*2 + y*2 i += 1 print(x * (y-1))