n = int(input()) x = 0 y = 0 t = n // 4 j = n % 4 x = t y = t if j: t = t // 2 x += t print(x * y)